To build and run YouShouldRead for local development, run:
docker-compose up --build
To apply database migrations, we use sqitch. To update your local database to the most recent version, run:
cd database/ sqitch deploy
To fill your database with testset data, run:
psql -h localhost -U postgres postgres -f database/testset.sql