Precinct finder
docker-compose up -d
.env.example
to .env
: cp .env.example .env
env $(cat .env | xargs) mix deps.get
env $(cat .env | xargs) mix ecto.reset
env $(cat .env | xargs) mix phx.server
Now you can visit localhost:4000/index.html
from your browser.
ISC, 2018, Code for America
See LICENSE.md