Minimalist Developer Portfolio and Blog built with SvelteKit, Tailwind, daisyUI, and deployed to Vercel.
Check out the demo.
Deploy your own on Vercel, click the deploy button and remember to add in the Content API from your Hygraph project template:
This is an example project generated with the Hygraph Developer Portfolio and Blog starter.
⚠TODO!
Rename the sample.env
file to .env
and add your own Content API
endpoint.
mv sample.env .env
Install dependencies and run local dev server:
pnpm i
pnpm run dev