Time series analytics web app for Open Data Hub
- Docker installed
- yarn and nodejs installed
To start develop copy and paste the .env.example
to .env
To start the development environmnet you just need to run docker compose up
in the repository folder.
To clear all when finished you can run docker compose down -v --rmi local
.
Run the following:
yarn install
to install the dependenciesyarn dev
to start development server