Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 622 Bytes

cegal-blog

The new blog for Cegal devs, made in Next.js with Sanity

Getting Started

  • npm install
  • add env file (see below)
  • npm run dev

Env file

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!

Services (ask Vitalijus Zudenkovas for access)