mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 09:14:27 +08:00
docs: update contributing advanced (@fehmer)
This commit is contained in:
parent
eaa766fc76
commit
228b8a2b0e
1 changed files with 2 additions and 2 deletions
|
@ -134,13 +134,13 @@ npm run dev
|
|||
|
||||
| Manual | Docker |
|
||||
| --------------------------- | ------------------------------ |
|
||||
| `cd backend && npm run dev` | `cd backend && npm run docker` |
|
||||
| `npm run dev-be` | `cd backend && npm run docker` |
|
||||
|
||||
### Frontend only
|
||||
|
||||
| Manual | Docker |
|
||||
| ---------------------------- | ------------------------------- |
|
||||
| `cd frontend && npm run dev` | `cd frontend && npm run docker` |
|
||||
| `npm run dev-fe` | `cd frontend && npm run docker` |
|
||||
|
||||
These commands will start a local development website on [port 3000](http://localhost:3000) and a local development server on [port 5005](http://localhost:5005). They will automatically rebuild the website/server when you make changes in the `src/` directory. Use <kbd>Ctrl+C</kbd> to stop them.
|
||||
|
||||
|
|
Loading…
Reference in a new issue