/check-noflo-canvas

Template for noflo-browser applications

Primary LanguageCoffeeScriptMIT LicenseMIT

noflo-browser-app Build Status

Hello World

Usage

  • Fork this project on GitHub
  • Import in Flowhub
  • Make changes, syncronize in Flowhub
  • Add any NoFlo modules you need to package.json

Setup autodeploy

To enable autodeploy

  • Change repo name in Gruntfile.coffee
  • create a personal github access token
  • Enable Travis CI for your fork
  • Change to use your own GH_TOKEN with travis encrypt add GH_TOKEN=xyz123 --add