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.
- 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)