An open-source bill tracking utility for Congresses.
Before starting, make sure you have Node 4.x installed and MongoDB >=3.x running.
-
Clone the repo
-
Initialize local git repository used to save bill's history with:
npm run init
-
Install dependencies:
npm install
-
Run the server:
npm run build && npm start
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.