bun install
bun run dev
bun run build
docker-compose up camhack-dev
This will start a development server with hot reloading on http://localhost:5173
docker-compose up camhack
This will build and run the production version on http://localhost:3000
docker build -t camhack .
docker run -p 3000:3000 camhack
The application will be available at http://localhost:3000