Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noflo/noflo.github.io
- Owner: noflo
- Created: 2013-07-03T14:49:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T21:12:35.000Z (10 months ago)
- Last Synced: 2024-10-30T01:58:10.846Z (15 days ago)
- Topics: website
- Language: HTML
- Homepage: https://noflojs.org
- Size: 27.8 MB
- Stars: 54
- Watchers: 14
- Forks: 31
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: license/index.html
- Support: support/index.html
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/bundleThen 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.