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:
parent
ce1f7db3d7
commit
331d45bf73
4 changed files with 520 additions and 1008 deletions
|
@ -16,7 +16,7 @@ RUN yarn install
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN yarn build
|
||||
RUN yarn build-frontend
|
||||
|
||||
RUN yarn compile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue