Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 587 Bytes

Nodebots Seattle

http://nodebotssea.github.io/website/

Watch the site above or https://twitter.com/nodebotssea for the next event.

Developing the site

Build Status

It's a wintersmith website, so

$ npm install -g wintersmith
$ npm install
$ wintersmith preview

Deploying the site

$ wintersmith build
$ git checkout gh-pages
$ git add [files that changed]
$ git commit