Skip to content

bhamiltoncx/boulder-vote

 
 

Repository files navigation

Boulder Vote

Boulder Vote is a resource for voters in Boulder, CO. It aims to be a non-biased source of information on City Council candidates and ballot issues.

https://bouldervote.com

It is built using React JS and node.js.

Quick Start

  • Clone the repo: git clone https://github.com/nick/boulder-vote.git
  • Install with npm: npm install
  • Start server: npm start
  • View in browser: http://localhost:3000
  • Any changes to files will cause your browser to auto-refresh

Run in production

npm run build
NODE_ENV=production npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 4.6%