mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
17 lines
272 B
Markdown
17 lines
272 B
Markdown
# Chess
|
|
|
|
A multiplayer chess game using Vue, VueX.
|
|
|
|
## Instructions
|
|
|
|
To get started, simply run the following command in your terminal...
|
|
|
|
```bash
|
|
yarn install
|
|
brunch watch -s
|
|
```
|
|
|
|
## License
|
|
|
|
This code is licensed under [MIT](), see [license.md](license.md) for details.
|