Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.31 KB

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 running and for next steps in setting up Courtbot see here for additional details.

Documentation

License

ISC, 2018, Code for America

See LICENSE.md