docs(wiki): add Contributing and Development-environment to sidebar and cross-links

This commit is contained in:
jubnl
2026-04-21 16:52:38 +02:00
parent 5a64d8994e
commit d59b3334dc
4 changed files with 9 additions and 19 deletions
+1 -17
View File
@@ -51,23 +51,7 @@ Include:
## Development Setup
```bash
git clone https://github.com/mauriceboe/TREK.git
cd TREK
# Server
cd server
npm install
npm run dev
# Client (separate terminal)
cd client
npm install
npm run dev
```
- Server runs on `http://localhost:3001`
- Client runs on `http://localhost:5173` (with proxy to server)
See the [[Development Environment|Development-environment]] page for the full setup guide, including forking, remote configuration, branch conventions, and available scripts.
## Tech Stack