You will need the following installed on your system to get started with this repo:
- Make sure you have a
.env
file in the root of this project - Install deps with
pnpm i
- Start the dev server with
pnpm run dev
- In a new terminal tab/window, cd into
local
then runhasura console
to start the hasura console so any changes you make will be tracked.
NOTE: You will need the functions
service running locally.