spences10 / graphcms-sveltekit-portfolio-and-blog-starter

A SvelteKit portfolio and blog starter with GraphCMS

Home Page:https://sveltekit-portfolio-and-blog-starter-with-graphcms.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphCMS SvelteKit Portfolio and Blog Starter

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:

Deploy with Vercel

The stack

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

  • GraphCMS: 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:

npm i
npm run dev

About

A SvelteKit portfolio and blog starter with GraphCMS

https://sveltekit-portfolio-and-blog-starter-with-graphcms.vercel.app/


Languages

Language:Svelte 65.8%Language:JavaScript 31.9%Language:HTML 1.9%Language:CSS 0.3%