Minimalist Developer Portfolio and Blog built with SvelteKit, Tailwind, daisyUI, and deployed to Vercel.
Check out the demo.
If you've come here from freeCodeCamp, you can check out the updated changes to work with the new routing in SvelteKit here: https://github.com/spences10/graphcms-sveltekit-portfolio-and-blog-starter/pull/101/files
Deploy your own on Vercel, click the deploy button and remember to add in the Content API from your GraphCMS project template:
This is an example project generated with the GraphCMS 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:
npm i
npm run dev