The new blog for Cegal devs, made in Next.js with Sanity
- npm install
- add env file (see below)
- npm run dev
You need to add a file to root folder named .env.local
with the following content (content found in env vars on vercel):
SANITY_BACKEND_TOKEN=
RECAPTCHA_SECRET=
DO NOT COMMIT ANY SECRETS TO REPO!