A practice project to implement the simple 90 seconds game which was one of the topics in The F2E 精神時光屋 2nd. The UI spec was designed by 公羽.
TBD
# install dependency
$ npm i
# run local server
$ npm run dev
# run unit test
$ npm run test
# run build
$ npm run build