Merge remote-tracking branch 'origin/dev' into feat/pagina-overzicht-klassen-voor-student
This commit is contained in:
		
						commit
						3bf1c5b62e
					
				
					 20 changed files with 223 additions and 96 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski