Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/ghgdash

Dashboard for evaluating greenhouse gas emissions
https://github.com/city-of-helsinki/ghgdash

Last synced: about 2 months ago
JSON representation

Dashboard for evaluating greenhouse gas emissions

Awesome Lists containing this project

README

        

# Greenhouse gas emissions dashboard

## Installation

Create a virtualenv, then install the requirements:

```bash
pip install -r requirements.txt
yarn
```

## Running

Compile the css styles

```bash
yarn build-sass
```

or while developing

```bash
yarn watch-sass
```

Start the development server by:

```bash
python -m ghgdash
```