1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/README.md
2016-11-14 16:04:59 +00:00

17 lines
269 B
Markdown

# Chess
A multiplayer chess game using Vue, VueX.
## Instructions
To get started, simply run the following commands in your terminal...
```bash
yarn install
brunch watch -s
```
## License
This code is licensed under MIT, see [license.md](LICENSE.md) for details.