MNEMOは、TSGが制作しているプログラミング風ゲームです。
- Node.js v7
git clone https://github.com/tsg-ut/mnemo.git
cd mnemo
npm install
APIのセットアップ・ビルド・テストはapi/README.mdを参照。
npm run build
npm run browserify
npm run pug
npm run less
npm run watch
npm test
npm run unit
npm run functional
npm run lint