This is the source code for the Blockchain Chess Lounge, an open-source p2p chess application which settles on the blockchain.
All you need is to do:
$ yarn install
$ yarn serve
Build for release
$ yarn run build
Start a development blockchain:
$ truffle develop
...
>
In another terminal:
$ truffle migrate
$ truffle test
...