Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 453 Bytes

File metadata and controls

11 lines (9 loc) · 453 Bytes

Emanuel Saramago's Website

Getting started

  1. Clone the repository
  2. Run pnpm install to install the dependencies
  3. Copy .env.example to .env and fill the variables (check Sanity Dashboard for more information)
  4. Run pnpm dev to start the development server
  5. Open http://localhost:4321 to view the website

Deploying

Tip: Delete .vercel folder before running pnpm build. Otherwhise, it will throw an error.