/billtracker

An open-source bill tracking utility for Congresses

Primary LanguageCSSOtherNOASSERTION

Billtracker

An open-source bill tracking utility for Congresses.

Usage

Before starting, make sure you have Node 4.x installed and MongoDB >=3.x running.

  1. Clone the repo

  2. Initialize local git repository used to save bill's history with: npm run init

  3. Install dependencies: npm install

  4. Run the server: npm run build && npm start

Development

During development you can use npm run dev to run the server and auto-reload on any file-change; and npm run watch to watch changes on the frontend bundle.

License