- Go to the both directory and run
npm install
- Put your
Google API token
,Sanity Project ID
, andSanity Token
in a.env
file (based on.env-sample
) - Then in 2 different terminal, run these two commands for backend and frontend respectively
npm run dev
npm run start