Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 650 Bytes

README_dev.md

File metadata and controls

16 lines (10 loc) · 650 Bytes

Setup

  1. Download and install Node JS
  2. run npm i

How to run

To configure the development setup you have to fill the following environment variables:

  • NMSHD_APP_BASEURL (the backbone baseUrl to test against)
  • NMSHD_APP_CLIENTID (the backbone clientId for the configured baseUrl)
  • NMSHD_APP_CLIENTSECRET (the backbone clientSecret for the configured baseUrl)

We recommend to persist these variables for example in your .bashrc / .zshrc or in the Windows environment variables.

After you have configured the environment variables, you can run the development server using npm start.