mancala/README.md
2021-06-27 01:41:52 +03:00

14 lines
101 B
Markdown

## How To Start
Development
```bash
npm run dev
```
Release
```bash
npm run build
npm start
```