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 dev
at 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
.env
file inbackend
- make sure you have redis running:
redis-cli ping
- in
backend
, runnpm i
and thennpm run dev
- in
frontend
, runnpm i
and thennpm start
and hit Enter when prompted about ports - visit the app at http://localhost:3001