Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

politiCCCs/frontend

Repository files navigation

politiCCCs frontend

This repository contains the frontend for politiCCCs.

Electorates:

map of electorates and associated data for a selected electorate

Correlations:

plots of correlations

General comparisons:

plots of general comparisons

Development

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.

Building

To build the app, run:

npm run build