Checks for spelling errors within commits by listening to webhooks from GitHub.
docker-compose build
docker-compose run --rm web bin/setup
This allows you run run the dashboard part of the app locally.
ln -s ~/.puma-dev/typoci .
echo "3000" > ~/.puma-dev/typoci
docker-compose up
Enter shell within the docker container with:
docker-compose run --rm --no-deps web bash