Skip to content

cucats/cam-hack

Repository files navigation

Cam Hack 2024 Website

Running a development server

bun install
bun run dev

Building a production version

bun run build

Docker Setup

Using Docker Compose

Development Mode

docker-compose up camhack-dev

This will start a development server with hot reloading on http://localhost:5173

Production Mode

docker-compose up camhack

This will build and run the production version on http://localhost:3000

Using Docker directly

Build the image

docker build -t camhack .

Run the container

docker run -p 3000:3000 camhack

The application will be available at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •