mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-04 04:26:54 +08:00
installing dependencies manually is not required when using docker
This commit is contained in:
parent
e47048f0b2
commit
18229a2beb
1 changed files with 4 additions and 5 deletions
|
@ -100,11 +100,6 @@ Follow these steps if you want to work on anything involving the database/accoun
|
|||
|
||||
## Building and Running Monkeytype
|
||||
|
||||
Run `npm run install-all` in the project root to install all dependencies.
|
||||
|
||||
- If you are on Windows, use `npm run install-windows`.
|
||||
- If neither works, you will have to run `npm install` in root, frontend, and backend directories.
|
||||
|
||||
Then, you are ready to build and run Monkeytype. If you are using Docker:
|
||||
|
||||
- Frontend:
|
||||
|
@ -119,6 +114,10 @@ Then, you are ready to build and run Monkeytype. If you are using Docker:
|
|||
|
||||
If you are **_not_** using Docker:
|
||||
|
||||
- Run `npm run install-all` in the project root to install all dependencies.
|
||||
- If you are on Windows, use `npm run install-windows`.
|
||||
- If neither works, you will have to run `npm install` in root, frontend, and backend directories.
|
||||
|
||||
- Frontend and backend
|
||||
```
|
||||
npm run dev
|
||||
|
|
Loading…
Add table
Reference in a new issue