Front-end application for interacting with datasets within the platform.
npm install
npm run test
npm run test-watch
Unit tests will output warnings relate to accessibility. Configurations
are found in test-start-point.js
npm run lint
Runtime configurations are stored in config/config.js.
This application is designed to be used with discovery-api as the backend. Set this value to the URL of the local discovery-api
endpoint.
Set this value to the Google Tag Manager ID to enable analytics.
The domain that the site will be hosted on
npm run start
You can view the UI in your web browser at http://localhost:9001
docker build . -t <image name>:<tag>
docker run -d --rm -p <port>:80 <image name>:<tag>