yosupo06 / library-checker-frontend

https://judge.yosupo.jp/
Apache License 2.0
12 stars 10 forks source link

Library Checker Frontend

Requirements

How to Use

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

Contributing

なんでも歓迎

library-checker-project