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:
Christian Fehmer 2024-07-25 11:08:32 +02:00 committed by GitHub
parent c0f7e25726
commit 2a28bee7c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.