The development is based on Docker
docker compose watch
After running the command, you can access http://localhost:5173/ to view the application. All modifications are reflected in real-time for the API server and the frontend.
The toolbox contains multiple tools like NodeJS, Yarn, PHP and the Symfony CLI
docker build -f docker/toolbox.Dockerfile -t cordonbleus-toolbox .
This command must run from the project's root.
docker run -it -v .:/app cordonbleus-toolbox