The documentation runs on Ruby
gem update --system
xcode-select --install
sudo gem install nokogiri
sudo gem install bundler
# clone this repo then inside this repo:
git clone https://github.com/nodablock/doc.git
cd doc
# setup all things:
bundle install
bundle exec middleman server
Then the doc will be available at http://localhost:4567
./deploy.sh
This documentation is based on the Slate open source project, built by Robert Lord