DO NOT TOUCH, use legislative-tracker instead
A yearly compendium of bills in the New York State Senate.
Docker & Docker Compose
You will also need an API key. At the root of this project, create a .env file and paste your key like so:
OPEN_LEGISLATION_KEY=asdlkfjaskldjflkasjdflkasjflkjadslfkj
- Run
make devat the root of this project. - Visit the app at http://localhost:3000.
- Make your code changes! Only the frontend will be live-reloaded whenever you save.
- make a duplicate
.envfile inbackend - make sure you have redis running:
redis-cli ping - in
backend, runnpm iand thennpm run dev - in
frontend, runnpm iand thennpm startand hit Enter when prompted about ports - visit the app at http://localhost:3001