Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

boisebrigade/idvote

Repository files navigation

Idvote

  • Install Elixir: https://elixir-lang.org/install.html
  • Start Docker: docker-compose up -d
  • Copy .env.example to .env: cp .env.example .env
    • Tweak default environment variables as needed
  • Install deps: env $(cat .env | xargs) mix deps.get
  • Run migration: env $(cat .env | xargs) mix ecto.reset
  • Start Phoenix: env $(cat .env | xargs) mix phx.server

Now you can visit localhost:4000/index.html from your browser.

Learn more

License

ISC, 2018, Code for America

See LICENSE.md