Skip to content

pbrisbin/tee-io

Repository files navigation

tee.io

It's like tee(1) as a service.

For details, see the home page

Development & Test

  1. Start the backing services (PostgreSQL & Fake-S3)

    docker-compose up -d
    
  2. Set up stack

    make setup-app
    
  3. Create development and test databases

    make setup-db
    
  4. Develop normally

    stack test
    stack repl --ghci-options="-DDEVELOPMENT -O0 -fobject-code"