This repo represents the final state of the app created during the Cedar Tutorial. It is meant to be a starting point for those working on the second half of the Tutorial, starting at the Intermission.
This repo contains much more styling than the one we built together in the tutorial, but is functionally identical.
The tutorial itself contains instructions for getting this repo up and running, but here is a summary of the commands:
git clone https://github.com/cedarjs/cedar-tutorial
cd cedar-tutorial
yarn install
yarn cedarjs prisma migrate dev
yarn cedarjs prisma db seed
yarn cedarjs dev