Skip to content

SJSUCSClub/acm-website-server

Repository files navigation

acm-website-server

Development

Copy .env.example to .env and set the correct environment variables.

cp .env.example .env

Start the development server with:

docker compose -f docker-compose.dev.yml up --build

Open http://localhost:5001

To shutdown the server and remove associated volume, run:

docker compose -f docker-compose.dev.yml down -v

Documentation

Generate the documentation with:

bun run docs

Show Docs

bun run docs:serve