GitXplorerGitXplorer
I

senatevotes

public
0 stars
0 forks
6 issues

Commits

List of commits on branch main.
Unverified
b683e02724a42abef151e1acccdde30a9329c77a

Merge branch 'master' of https://github.com/IanMitchell/senatevotes

IIanMitchell committed 4 years ago
Unverified
1211cdaf24165adeef11458147b8251814618ac6

Switch Fathom

IIanMitchell committed 4 years ago
Verified
07ca1cab521764aa24c17a151dfe37dd51d3bc45

Update _app.js

IIanMitchell committed 4 years ago
Unverified
7658b2cf472653ac44161970521327f0edbd941c

Directly Link Image

IIanMitchell committed 4 years ago
Unverified
28c7ca8bccdb9d5619328d5732226b5e18ac09b0

Fix Tooltip

IIanMitchell committed 4 years ago
Unverified
ba89316a63cc75ee00341a0bc60601ecf118b9a9

Fix Filename

IIanMitchell committed 4 years ago

README

The README file for this repository.

Senate Votes

Tracking Unpopular Senate Votes

https://senatevotes.us helps visualize how many votes in the US Senate have been unpopular over the past years.

Development

With Node.js 12+ installed, run the following commands:

$ npm i
$ npm run dev

The website should be visible at localhost:3000

This is a Next.js website that uses the Static Site Generation methods added in version 9 - reading the official documentation will help you understand the structure.