mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
17 lines
269 B
Markdown
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.
|