Information about how to vote for Bernie Sanders in each state.
- git
- npm
- Clone the repository (
git clone [email protected]:Bernie-2016/how-to-vote.git
) - Install dependencies:
npm install
- Run development server:
npm start
and open http://localhost:8080
- Add valid IAM credentials in
credentials.json
. - Run
npm run webpack
to generate production assets. - Run
npm run deploy
to deploy.
- Fork it ( https://github.com/Bernie-2016/how-to-vote/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request