This commit is contained in:
Jack 2022-10-17 22:41:04 +02:00 committed by GitHub
parent 845a6dfaee
commit 33e4c5e9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ Then, you are ready to build and run Monkeytype. If you are using Docker:
```
cd frontend && docker-compose up
```
- Backend (in another terminal window):
```
cd backend && docker-compose up
@ -123,6 +123,7 @@ If you are **_not_** using Docker:
```
npm run dev
```
- Only frontend (if you skipped the Backend section):
```
npm run dev-fe