Developing the Display

For developing this display locally you need to have a working NodeJS environment. You will also need to install yarn on your machine.

To get a development instance running, do the following on your system:

  1. Install the dependencies the dependencies with yarn install --frozen-lockfile

  2. (Optional) set the system to use local data by updating the .env file, and setting REACT_APP_USE_LOCAL_DATA='true', remember not to commit this change.

  3. Run the app in development mode: yarn dev

  4. You can now open the app in your browser from localhost.

To use actual data refer to the Signal API documentation.