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

