Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noflo/noflo.github.io

The NoFlo website
https://github.com/noflo/noflo.github.io

website

Last synced: 3 days ago
JSON representation

The NoFlo website

Awesome Lists containing this project

README

        

NoFlo website
=============

Sources for the [NoFlo](https://noflojs.org) 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](https://gruntjs.com/).

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 . Grunt watches for any changes in the source files and triggers a rebuild as needed.