Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 456 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 456 Bytes

frinx-workflow-ui

The Frinx workflow user interface

Installation

To build as standalone:

npm install
npm start

http://localhost:8080

npm publish

Build:

npm run transpile

Create new empty folder and copy following folders and files

lib/  package.json  package-lock.json  README.md

Change version in package.json to e.g. 1.1.19

Login to NPM:

npm login

And push to NPM:

npm publish --access public