Sources for the NoFlo website.
- Edit the version number in
_config.yml
- Update API documentation via
grunt build
(orcd _src && git pull && cd .. && grunt docco
) - Ensure usage documentation is up-to-date
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.