mancala/backend
2024-06-18 00:42:40 +03:00
..
.vscode
src [refactor]: move rtmt to core package 2024-06-17 18:20:06 +03:00
tests
.dockerignore
.gitignore
build_and_deploy.sh
Dockerfile
jest.config.js
package.json v0.4.5 2024-06-18 00:42:40 +03:00
README.md [core] add core package 2024-06-16 23:31:33 +03:00
tsconfig.json
yarn.lock [core] v0.0.2 2024-06-18 00:41:31 +03:00

Mancala Backend

This is the backend code for the Mancala project, written in Express.js.

Getting Started

Install Packages

yarn install

Start in Development Mode

yarn dev

Start in Release Mode

yarn build
yarn start

Development Dependencies

This package depends on the local packages @mancala/core and mancala.js. Refer to their documentation for further instructions.