Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

File metadata and controls

19 lines (13 loc) · 550 Bytes

To get started:

  1. Ensure you have Node.js installed, else visit here
  2. open a command prompt window/terminal
  3. cd into the folder (in Windows open the folder and hold shift + right-click, then open command window here)
  4. Run the following command in order:
  • npm install -g bower
  • npm install
  • bower install
  1. Edit config.js file and enter your own value between the quotes
  2. Finally run npm start

Tips:

  1. Run behind a nginx proxy server
  2. Use a SSL certificate (preferably from LetsEncrypt)