Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 709 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 709 Bytes

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