- Install ruby
- Install bundle and jekyll
gem install bundle jekyll
- Clone this project and install dependencies
git clone https://github.com/evolutionchess/evolutionchess.github.io.git evolutionchess
cd evolutionchess
bundle install
- Run this project
jekyll serve --watch --incremental