Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 440 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 440 Bytes

Bread Festival Scanner

ヤマザキ春のパンまつり判定Webアプリ

概要

2024ヤマザキ春のパンまつりのシールの合計点を計算します。

利用ライブラリ/フレームワーク

  • OpenCV.js
  • React

環境

  • Node.js v16
  • Yarn

セットアップ & 実行

yarn install
cp testdata/testdata.ts.template testdata/testdata.ts

# デバッグ
yarn start

# ビルド
yarn build