Web application for instructors of Jutge.org. It lets you manage courses, exams, problem lists, documents, and students, and integrates with the Jutge API.
bun install
bun run devThe app will be available at http://localhost:3000.
bun run dev— Start the development serverbun run build— Build for productionbun run start— Start the production server (run afterbuild)bun run lint— Run ESLintbun run format— Format code with Prettierbun run depcheck— Check for unused dependenciesbun run update-jutge-client— Download and update the Jutge API TypeScript clientbun run deploy— Deploy to production (push Docker image and run on Jutge.org)bun run docker-build— Build the Docker image locallybun run docker-build-amd64— Build the Docker image for linux/amd64bun run docker-run— Run the app in Docker (port 8011)bun run clean— Remove.nextandnode_modules
Copyright © Universitat Politècnica de Catalunya. All rights reserved.