- nodejs18
npm install # or npm ci
# generate API client code from protoc
PROTO_PATH=../library-checker-judge/api/proto npm run protoc
# access to the API server of local (you must launch api server in local)
npm run dev
# access to the API server of judge.yosupo.jp
npm run dev -- --mode production
なんでも歓迎
- problems: library-checker-problems
- judge: library-checker-judge
- frontend: library-checker-frontend