Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 392 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 392 Bytes

BlankOn Installer UI

Requirement

  • NodeJS v4.x

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.