mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
docs: update contributing advanced (@fehmer) (#5646)
* docs: update contributing advanced (@fehmer)
* rename `manually` to `locally`
* Revert "rename `manually` to `locally`"
This reverts commit d9f1b1c729.
This commit is contained in:
parent
c0f7e25726
commit
2a28bee7c4
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…
Add table
Reference in a new issue