Merge remote-tracking branch 'origin/dev' into feat/pagina-overzicht-klassen-voor-student

This commit is contained in:
laurejablonski 2025-03-29 11:40:20 +01:00
commit 3bf1c5b62e
20 changed files with 223 additions and 96 deletions

View file

@ -19,7 +19,16 @@ See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
# Install dependencies
npm install
# Start necessary services for development
cd ../ # Go to the root of the repository
docker compose up -d
# Start the backend
cd backend
cp .env.development.example .env.development.local
npm run dev # or npm run build && npm run start
```
### Compile and Hot-Reload for Development