All Projects → noflo → noflo.github.io

noflo / noflo.github.io

Licence: other
The NoFlo website

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
coffeescript
4710 projects
EJS
674 projects

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].