- Install Node
- Install yarn (e.g. on Mac:
brew install yarn
) - Install dependencies with
yarn
To run locally:
yarn
You can configure the data endpoint by creating an .env
file with a parameter
called REACT_APP_SUPERDENDRIX_DATA_URL
.
If you have questions or find bugs, please add an issue!