Chassis.io - The repo for the Jekyll based site hosted on GitHub pages.
You'll need Ruby 2.1.0 or higher installed.
$ ruby --version
ruby 2.X.X
If you don't have Ruby installed, install Ruby 2.1.0 or higher.
Install Bundler
$ gem install bundler
- Clone this repository into a new folder. e.g.
git clone https://github.com/Chassis/chassis.io.git chassis.io
- Change directory into the folder where you cloned the repository. e.g.
cd chassis.io
- Run
bundle install
. - Run
bundle exec jekyll serve
. - Navigate to: http://127.0.0.1:4000/.