The NodeBots Website
Please submit pull requests against gh-pages, there is no master branch.
The site is hosted on GitHub Pages, and generated using Jekyll.
For previewing the site locally:
Install Ruby if you haven't got it already
Install jekyll:
$ gem install jekyllclone the project from github:
$ git clone https://github.com/nodebots/nodebots.io.gitchange into the directory:
$ cd nodebots.ioand start up the jekyll server:
$ jekyll server --watchThen you can view the site at http://localhost:4000/