- Fork this project on GitHub
- Import in Flowhub
- Make changes, syncronize in Flowhub
- Add any NoFlo modules you need to
package.json
- Run local development server with
npm start
- Run tests with
npm test
To enable autodeploy
- create a personal github access token
- Enable Travis CI for your fork
- Change to use your own
GITHUB_TOKEN
withtravis encrypt add GITHUB_TOKEN=xyz123 --add
Read more in Travis CI GitHub Pages deployment guide.