I'm using Next.js, Sanity.io, and Tailwind to build, and deployed to Vercel.
- Copy
.env.example
to.env.local
, and fill in details from Sanity.io. - Run
npm install && npm run dev
Run the dev server, then navigate to localhost:3000/admin
Merge PRs into main; Vercel will automatically deploy