Rank My Reps helps you hold elected U.S. officials accountable by bridging the gap between policy and your ballot.
This project requires NodeJS. After that's installed, you can setup the project by running the following commands in a terminal.
# Copy this code repository onto your computer
git clone git@github.com:Barbarrosa/rank-my-reps.git
# Install npx for easy access to NPM/NodeJS binaries
npm install -g npx
# Switch to the main project folder
cd rank-my-reps
# Install dependencies
npx lerna bootstrap