Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 507 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 507 Bytes

Putong OJ

Just a Putong Online Judge...

Development

Running MongoDB, Redis and the Judger part in Docker:

# at /
docker compose --profile dev up

Start the backend development server:

# at /backend
pnpm run dev

Start the frontend development server:

# at /frontend
pnpm run dev

Production

Build the Docker image:

# at /
docker compose --profile prod build

Running the production server:

# at /
docker compose --profile prod up