- Clone the repository
- Run
pnpm installto install the dependencies - Copy .env.example to .env and fill the variables (check Sanity Dashboard for more information)
- Run
pnpm devto start the development server - Open
http://localhost:4321to view the website
Tip: Delete .vercel folder before running pnpm build. Otherwhise, it will throw an error.