Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankon/blankon-installer-ui
BlankOn Installer UI
https://github.com/blankon/blankon-installer-ui
Last synced: 13 days ago
JSON representation
BlankOn Installer UI
- Host: GitHub
- URL: https://github.com/blankon/blankon-installer-ui
- Owner: BlankOn
- Created: 2014-08-03T04:12:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T22:20:20.000Z (over 7 years ago)
- Last Synced: 2024-11-08T16:20:02.963Z (2 months ago)
- Language: HTML
- Size: 499 KB
- Stars: 3
- Watchers: 17
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.