Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.08 KB

Streembit

Building Streembit

The build workflow is described in BUILD.md.

jspm configuration Please refer to the jspm.md readme file which explains installing and configuring jspm.


You must create a config.app.json configuration file in the lib folder, the same location where the config.json file is placed. Put the following to the config.app.json

{
    "nwmode": true
}

The nwmode indicates whether or not run execute the software as a nwjs desktop application. The nwmode = true will run the application as a nwjs desktop app.


Run Streembit as a website

The application can be executed as as website. Perform the following steps to run it as website.

Set the nwmode variable to false in the config.app.json file to run the Streembit UI as a web application. We run Streembit via the web using NGINX, but any web server should be able to serve the content. For development purpose it is the easiest to use the http-server nodejs application to run Streembit as a website.