Skip to content

tanvirrb/streembitui

 
 

Repository files navigation

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.


About

Decentralized, P2P communication system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.8%
  • CSS 24.1%
  • HTML 21.5%
  • Other 0.6%