Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 807 Bytes

README.mkd

File metadata and controls

28 lines (25 loc) · 807 Bytes

This is the source code of multiplayerchess.com. Please feel free to contribute, to file bugs or feature requests at the issue tracker.

First Steps

mplayer http://tayfabandista.org/player/haydi_barikata.mp3 &
git clone https://github.com/azer/multiplayerchess.com.git
cd multiplayerchess.com/db
vim Makefile #Edit the username/password for couchdb
make
cd ../backend
vim config.js
make run
cd ../frontend
vim lib/config.js
make

Dependencies

License

★ WTF Public License (http://en.wikipedia.org/wiki/WTFPL)