This repo is the personal site of Sam Haakman. Data is sourced from Prismic and templating is handled by Nextjs. Deployed on Vercel.
Feel free to have a poke around if you're interested in how I write code.
Get in touch if you're intrigued [email protected].
-
Download the repo
git clone https://github.com/floatingdino/samhaakman.com.git
-
Install dependencies
pnpm i
-
Setup Data source Add PRISMIC_TOKEN to
.env
-
Let it rip
npm start