Skip to content

NoFlo build for the browser used as default runtime in Flowhub

License

Notifications You must be signed in to change notification settings

noflo/noflo-browser

Repository files navigation

noflo-browser

A build of NoFlo for browser, used as default runtime in Flowhub. Deployed to https://noflojs.org/noflo-browser/everything.html

Based on noflo-browser-app, which should be used as a template if you want to make a custom build for your project.

Running locally

  • Clone this repository
  • Install dependencies with npm install
  • Build the project with npm run build
  • Start a server with npm start

Then go to Flowhub, open any NoFlo browser project, and switch to your local runtime address (by default http://localhost:3000/browser/everything.html)