1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
Multiplayer chess game in Elixir/Phoenix and React https://chess.danbarber.me
Go to file
2016-12-08 09:36:18 +01:00
app WIP: Select a square 2016-12-08 09:36:18 +01:00
.gitignore Ignore NPM logs 2016-11-14 16:04:59 +00:00
brunch-config.js We're rendering a chessboard 2016-11-14 15:55:20 +00:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
package.json WIP: Select a square 2016-12-08 09:36:18 +01:00
README.md Ignore NPM logs 2016-11-14 16:04:59 +00:00
yarn.lock WIP: Select a square 2016-12-08 09:36:18 +01:00

Chess

A multiplayer chess game using Vue, VueX.

Instructions

To get started, simply run the following commands in your terminal...

yarn install
brunch watch -s

License

This code is licensed under MIT, see license.md for details.