You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up your .env.local file by modifying the example file sample.env.
Make sure to edit all necessary fields accordingly and follow the
instructions in CLAUDE_SETUP.md
Either use the start.sh script or run the following command to start the
project in development mode:
docker-compose -f docker/docker-compose.dev.yaml up
Optionally run the project in production mode:
docker-compose -f docker/docker-compose.prod.yaml up
Note that the main differences between development and production modes are:
Development mode refreshes immediately on code changes while production does not
Production mode should run faster and lighter due to certain optimizations