Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 362 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 362 Bytes

BlankOn Installer UI

First time installation

$ sudo npm -g install bower gulp
$ npm install

Update installation

$ bower install

Building

$ gulp

The UI is available in dist directory after building.

Testing

$ (cd dist;python -m SimpleHTTPServer)

and open http://localhost:8000 in your browser.