Fix docker documentation (#3740)

* Fix documentation

* Fix documentation v2
This commit is contained in:
Rizwan Mustafa 2022-11-14 18:08:18 +05:00 committed by GitHub
parent 4b29ce082d
commit 00de05d66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,12 @@ Follow these steps if you want to work on anything involving the database/accoun
## Building and Running Monkeytype
Then, you are ready to build and run Monkeytype. If you are 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.
Now you are ready to build and run Monkeytype.
### Using Docker:
- Frontend:
```
@ -112,11 +117,7 @@ Then, you are ready to build and run Monkeytype. If you are using Docker:
cd backend && docker-compose up
```
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.
### **_Without_** Docker:
- Frontend and backend
```