Go to file
2022-09-03 17:29:53 +03:00
.github/workflows add github action 2022-09-03 17:23:21 +03:00
.vscode
src fix: update gameUsersConnectionInfo onGameMove 2022-08-01 22:38:03 +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 yarn lock 2022-09-02 21:05:23 +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 0.2.1-alpha.1 2022-09-03 17:29:53 +03:00
README.md
tsconfig.json
yarn.lock add yarn lock 2022-09-02 21:05:23 +03:00

How To Start

Development

npm run dev

Release

npm run build
npm start