Chess developed in HTML, CSS and Javascript, created and maintained by Thiago Genuino and Felipe Fialho.
Click to install NodeJS and npm
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!