- CSS 組版で、ファイルを置くだけで PDF が簡単に作れる、ICPC 用ライブラリのすごいテンプレート
- かつ、みんなでつくる最強の ICPC 用ライブラリ (予定)
- ライブラリのドキュメント
- ライブラリをまとめたページ
- ライブラリをまとめた PDF
- 新規 private repository を作る
- repository の Settings -> Actions -> Workflow permissions を Read and Write に設定
git clone https://github.com/tatyam-prime/ICPC_notebook.git && cd ICPC_notebook
git remote set-url origin {your_private_repository_url}
git commit -m "test" --allow-empty && git push
- workflow が動くことを確認
- README.txt をいい感じに修正
- src/*/* の中身を変更する
- build/build.js の設定項目を変更する
- commit & push
- node.js (v18 以上)
- npm
- clang-format
brew install clang-format
/sudo apt install clang-format
- vivliostyle
npm install -g @vivliostyle/cli
- その他依存関係
npm install
- (使うなら) oj-verify
pip3 install online-judge-verify-helper
make build
make verify
make serve