Go to file
2022-07-15 21:41:17 +03:00
.vscode
src move key_factory to util 2022-07-15 21:41:17 +03:00
tests update tests and mancala version 2022-05-12 23:20:53 +03:00
.dockerignore add Dockerfile 2022-07-09 14:40:56 +03:00
.gitignore add GameCrashManager 2022-05-06 00:46:32 +03:00
build_and_deploy.sh add build_and_deploy.sh 2022-05-06 12:32:20 +03:00
Dockerfile add Dockerfile 2022-07-09 14:40:56 +03:00
jest.config.js
package.json v0.1.3-beta.6 2022-07-09 17:18:49 +03:00
README.md
tsconfig.json

How To Start

Development

npm run dev

Release

npm run build
npm start