hygraph-houdini-sveltekit-portfolio-and-blog-starter

Stars
0

Hygraph SvelteKit Portfolio and Blog Starter

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:

The stack

This is an example project generated with the Hygraph Developer Portfolio and Blog starter.

  • Hygraph: Manage projects and blog posts.
  • SvelteKit: A powerful framework that
    lets us query data and use endpoints for server side data.
  • Vercel: For an intuitive Git based
    workflow with seamless publishing.

How to use

⚠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
Badges
Extracted from project README
Deploy with Vercel