Chess developed in HTML, CSS and Javascript, created and maintained by Thiago Genuino and Felipe Fialho..
####Install NodeJS
[Install NodeJS and npm] (http://nodejs.org/)
####Install MongoDB
[Install MongoDB] (http://www.mongodb.org/)
####Install Grunt
[Install Grunt] (http://gruntjs.com/)
Clone the project and install dependencies
git clone https://github.com/chessjs/chess
cd chess
npm install
cd public
npm install
The 'assets' of project, are in 'public'
You'll have something like this:
public/
└── dev/
└── assets/
├── css/
│ ├── less/
│ │ ├── _bootstrap/*
│ │ ├── components/*
│ │ ├── game.less
│ │ ├── project.less
│ │ └── style.less
│ ├── icons/*
│ └── style.css
└── js/
└── _scripts/*
You need only change the components/*
*.less
and _script/*
...
cd public/
grunt w
Start hacking away!