项目作者: boisebrigade

项目描述 :
Precinct finder
高级语言: JavaScript
项目地址: git://github.com/boisebrigade/idvote.git
创建时间: 2018-08-11T16:25:31Z
项目社区:https://github.com/boisebrigade/idvote

开源协议:ISC License

下载


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