Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 248 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 248 Bytes

Electron base project

Install

$ make build
$ make install

Run

$ make gui

Generate an android APK (cordova)

$ make android
$ make build

Serve static html ui (nginx)

$ make serve-html