Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sprrwhwk committed Nov 1, 2023
1 parent 8f281a4 commit a482844
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,21 @@ This is a monorepo containing multiple Dash applications which can be deployed s
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.

```bash
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 environnement
### Prepare environment

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

Expand Down

0 comments on commit a482844

Please sign in to comment.