Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 866 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 866 Bytes

how-to-vote

Information about how to vote for Bernie Sanders in each state.

Development

Prerequisites

  • git
  • npm

Setup

  1. Clone the repository (git clone [email protected]:Bernie-2016/how-to-vote.git)
  2. Install dependencies: npm install
  3. Run development server: npm start and open http://localhost:8080

Deployment

  1. Add valid IAM credentials in credentials.json.
  2. Run npm run webpack to generate production assets.
  3. Run npm run deploy to deploy.

Contributing

  1. Fork it ( https://github.com/Bernie-2016/how-to-vote/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

AGPL