Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 457 Bytes

File metadata and controls

18 lines (10 loc) · 457 Bytes

NoFlo website

Sources for the NoFlo website.

Contributing to the site

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

Install the dependencies with:

$ npm install

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.