ImgBotApp / noflo.github.io

The NoFlo website

Home Page:http://noflojs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoFlo website

Sources for the NoFlo website.

Updating for new versions

  • Edit the version number in _config.yml
  • Update API documentation via grunt build (or cd _src && git pull && cd .. && grunt docco)
  • Ensure usage documentation is up-to-date

Contributing to the site

Feel free to send pull requests. Local site development is handled using Grunt.

Install the dependencies with:

$ npm install
$ bundle install --path vendor/bundle

Then to develop the site, run:

$ grunt dev

This will start a web server at http://localhost:4000. Grunt watches for any changes in the source files and triggers a rebuild as needed.

About

The NoFlo website

http://noflojs.org


Languages

Language:HTML 91.7%Language:CSS 7.2%Language:JavaScript 0.6%Language:CoffeeScript 0.5%Language:Ruby 0.0%