feat: simplify development setup
Warns if .env is missing. Combines the three docker installation commands into one, updating the docs accordingly. Also removes the libcimp patch as npm already has it.
This commit is contained in:
committed by
mrugesh
parent
647e25aa7c
commit
e3b77a62cc
@ -191,12 +191,10 @@ This step will install the dependencies required for the application to run:
|
||||
|
||||
**Docker Build:**
|
||||
```shell
|
||||
npm run docker:init
|
||||
npm run docker:install
|
||||
npm run docker:seed
|
||||
npm run docker:run-once
|
||||
```
|
||||
|
||||
Each of the Docker commands above will take some time to complete. You should wait for each command to fully complete before running the next.
|
||||
There is a lot to install, this step may take a few minutes.
|
||||
|
||||
You will also need to install a few npm packages outside of Docker. You can skip this step if you are only running the app locally and will not use git.
|
||||
|
||||
|
Reference in New Issue
Block a user