Quick Setup Locally

Install the Dependencies

cd daily-code
yarn install

Setup DB (Windows users must have git-bash installed to run the script)

cd packages/db
./setupDB.sh

Run locally

cd ../..
yarn run dev