KlimaDAO / dash-apps

Dashboard Apps Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-apps

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.

Local Development without Docker

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

Local Development with Docker

Prepare environment

Create a .env file. See .env.dist from instructions

Launch environment

To set up a local development environment with docker-compose run:

docker-compose up

About

Dashboard Apps Repo

License:MIT License


Languages

Language:Python 94.1%Language:CSS 4.7%Language:Makefile 0.5%Language:Dockerfile 0.4%Language:Shell 0.2%