An SMS-based civic conversations app.
- Install Elixir (>= 1.6)
- On MacOS with Homebrew:
brew update && brew install elixir
- On MacOS with Homebrew:
- Install PostgreSQL (>= 10.2)
- On MacOS with Homebrew:
brew install postgres
- On MacOS with Homebrew:
- Install the project dependencies:
mix deps.get - Create the project database role:
psql -d postgres -c "CREATE USER civically WITH SUPERUSER CREATEDB PASSWORD 'civically';" - Set up the test database:
mix rebuild_test - Run the tests:
mix test