This project implements a governance tracker for the ICON network.
- Clone the repo.
- From the project directory, run
npm install
to install JS dependencies. - From the project directory, run
poetry shell
andpoetry install
to install the Python dependencies. - Run a local instance with
npm run dev
.
A Dockerfile is included with the project for deployment to any cloud platform that supports Docker images. For easy deployment to Fly.io, a fly.toml
is included as well – just run flyctl launch
.