This is the repo for my little slice of the internet 🍕.
It includes;
- 📄 A few pages about me
- 📬 Ability to subscribe to my newsletter
- 📝 My blog
To run in development, use:
npm run dev
I deploy directly with Vercel, so that every time I make a commit a new build is launched to users within a few seconds.
For the curious, this is a TypeScript project built with Next and deployed on Vercel.
I'm using StaticKit for the forms and email subscriptions, and Bulma for the styling (with a bit of elbow greese from myself).