Minimalist Developer Portfolio and Blog built with SvelteKit, Tailwind, daisyUI, and deployed to Vercel.
This is an example project generated with the Hygraph Developer Portfolio and Blog starter.
npx degit Hygraph/hygraph-sveltekit-portfolio-and-blog-starter#main portfolio
cd portfolio
pnpm i
In order to use this starter, you'll need to have created a new Hygraph project using our Portfolio Template. You can clone the project using this link.
cp sample.env .env
Inside of your newly created .env
file, you need to add your project
endpoint to the VITE_HYGRAPH_ENDPOINT
variable. You can find it on
Project settings
-> API Access
-> Content API
.
pnpm dev