/courtbot

Courtbot is a simple web service for subscribing to case hearing details via SMS.

Primary LanguageElixirISC LicenseISC

Courtbot

Build Status

Courtbot is a simple web service for subscribing to case hearing details via SMS.

Development Setup

  • Clone the repo: git clone https://github.com/boisebrigade/courtbot.git
  • Install Elixir: # asdf is the preferred version manager
    • Install asdf
    • Add Elixir asdf plugin: asdf-elixir
    • Goto where you've cloned the repo and run: asdf install
  • Start docker: docker-compose up -d
  • Run Setup: mix setup
  • Start Phoenix: mix phx.server

After mix phx.server Phoenix will start running and for next steps in setting up Courtbot see here for additional details.

Documentation

License

ISC, 2018, Code for America

See LICENSE.md