Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 402 Bytes

Project Calm

A distraction free inbox focused on considered productive conversations.

Development

  • Start your service with docker-compose up

  • Run project test suite with docker-compose run calm mix test

  • Start IEx session in running service # Find a container id using docker ps docker exec -it bash

    # In container
    iex --sname debug --remsh app@$(hostname)