Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 848 Bytes

pivot-ui

Requirements

  • nodejs v 10 +
  • npm

Useful Commands

  • npm install installs dependencies
  • npm run serve compiles and hot-reloads for development
  • npm run build compiles and minifies for production
  • npm run test:unit runs tests
  • npm run lint lints and fixes files

External Configuration

This app retrieves configuration at runtime from a config.json file from the root of the host serving the app. The app cannot start without it. This configuration lets the ui know where the web services are. Since this varies from tier to tier, it is not checked into the repo. You can seed the configuration by copying config.example.json to public/config.json. See the main README for instructions on how set the values in the file.

See Configuration Reference.