This repository contains the frontend for politiCCCs.
Electorates:
Correlations:
General comparisons:
First, install all the dependencies:
npm install
To run the app in development mode, run:
npm start
This opens the app on http://localhost:3000 in your browser.
To build the app, run:
npm run build