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

Latest commit

 

History

History
26 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 702 Bytes

Mozilla Reps Voting Analysis

Starting the frontend for development

The frontend (charts) for the analysis is written with Vue. You can run the development server with:

npm ci
npm start

Now you can reach the locally running website (using the statistics you've just exported) at localhost:8080.

Deploying a new build to gh-pages

The website is hosted on GitHub Pages. We are using the gh-pages branch for this. Please note that this branch only contains the relevant output documents. So please, never try to merge this into main. To start a deployment, you can run:

npm run deploy

which will automatically push it to GitHub.