- Notifications
You must be signed in to change notification settings - Fork109
The nodecopter.com website.
NotificationsYou must be signed in to change notification settings
nodecopter/nodecopter.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thehttp://nodecopter.com website
Please submit pull requests against gh-pages, there is no master branch.
The site is hosted onGitHub Pages, and generated usingJekyll.
For previewing the site locally:
Install Ruby if you haven't got it already
Install bundler:
$ gem install bundler
clone the project from github:
$ git clone https://github.com/nodebots/www.git
change into the directory:
$ cd www
then download the dependencies
$ bundle install
and start up the jekyll server:
$ bundle exec jekyll server --watch
Then you can view the site athttp://localhost:4000/