Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/city-of-helsinki/ghgdash
- Owner: City-of-Helsinki
- Created: 2019-04-10T13:49:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T23:56:19.000Z (about 1 year ago)
- Last Synced: 2024-04-08T16:41:35.545Z (9 months ago)
- Language: Python
- Size: 385 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```