1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

First run improvements (improved DX and docs) (#169)

* add some improvements for project start up

* update development docs

* add note about npx

* fix build command in Dockerfile.prod

* doc update
This commit is contained in:
Nikita Melnikov 2022-04-12 11:29:25 +04:00 committed by GitHub
parent ce1f7db3d7
commit 331d45bf73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 520 additions and 1008 deletions

View file

@ -16,7 +16,7 @@ RUN yarn install
COPY . .
RUN yarn build
RUN yarn build-frontend
RUN yarn compile