docs: update contributing advanced (@fehmer)

This commit is contained in:
Christian Fehmer 2024-07-23 14:03:03 +02:00
parent eaa766fc76
commit 228b8a2b0e
No known key found for this signature in database
GPG key ID: FE53784A69964062

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.