Skip to content

yosupo06/library-checker-frontend

Repository files navigation

Library Checker Frontend

Requirements

  • nodejs18

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