First, setup Corrieography.
git clone https://github.com/jlbelanger/corrie-admin.git
cd corrie-admin
./setup.sh
yarn startYour browser should automatically open http://localhost:3000/admin
yarn lintyarn test:cypressNote: The deploy script included in this repo depends on other scripts that only exist in my private repos. If you want to deploy this repo, you'll have to create your own script.
./deploy.sh