Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 675 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 675 Bytes

Climate Act Now Data Project

Project analyzing data from the Australian Climate Act Now initiative.

Website is published at https://climateactnow.infotorch.org/

Install

Requires Python >= 3.7 and poetry for package and environment management

Install poetry from:

https://python-poetry.org/docs/

$ poetry install

Run the environment:

$ poetry shell

Install the web app reqiurements:

$ yarn install

Start the web app development server:

$ yarn start

To update the data run:

$ python climate_vote_data.py

To start the Jupyter notebook:

$ jupyter notebook