Go to file
2022-05-04 23:17:13 +03:00
.vscode
src add GameMove model 2022-05-04 23:17:13 +03:00
tests bug fix stopIndex%circle.length 2021-07-03 18:56:27 +03:00
.gitignore
jest.config.js
package-lock.json
package.json v0.1.2 2022-04-23 14:18:38 +03:00
README.md
tsconfig.json excluded the tests folder due typescript rootDir error 2021-06-30 19:49:58 +03:00

How To Start

Development

npm run dev

Release

npm run build
npm start