Dashboard Apps Repo
This is a monorepo containing multiple Dash applications which can be deployed separately
The repo will eventually also contain a component library and standard assets and resources to be shared across all Klima Dash apps.
To start the application run the following commands.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements1.txt
pip install -r requirements2.txt
python -m src.apps.api.app
Create a .env file. See .env.dist from instructions
To set up a local development environment with docker-compose
run:
docker-compose up