Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 410 Bytes

The product design portfolio site for Zac Halbert

I'm using Next.js, Sanity.io, and Tailwind to build, and deployed to Vercel.

To develop

  1. Copy .env.example to .env.local, and fill in details from Sanity.io.
  2. Run npm install && npm run dev

To manage content

Run the dev server, then navigate to localhost:3000/admin

To deploy

Merge PRs into main; Vercel will automatically deploy