mancala/apps/backend/README.md

28 lines
439 B
Markdown

# Mancala Backend
This is the backend code for the Mancala project, written in Express.js.
## Getting Started
### Install Packages
```bash
yarn install
```
### Start in Development Mode
```bash
yarn dev
```
### Start in Release Mode
```bash
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.