Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 888 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 888 Bytes

CaucusCentral frontend

Frontend for CaucusCentral app for real-time caucus reporting and feedback.

Development

Prerequisites

  • nodejs

Setup

  1. Clone the repository (git clone [email protected]:Bernie-2016/CaucusCentralFrontend.git)
  2. Install dependencies: npm install
  3. Run npm start and visit http://localhost:9010 in your browser. (You will need to either simultaneously run the server app or point the API host somewhere else.)

Contributing

  1. Fork it ( https://github.com/Bernie-2016/CaucusCentralAPI/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