Skip to content

nodebots/nodebots.io

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
css
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NODEBOTS UNITE

Gitter

The NodeBots Website

Development

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 jekyll

  • clone the project from github:

    $ git clone https://github.com/nodebots/nodebots.io.git

  • change into the directory:

    $ cd nodebots.io

  • and start up the jekyll server:

    $ jekyll server --watch

  • Then you can view the site at http://localhost:4000/