Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

spences10/sveltekit-starter-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a088daa · Jan 1, 2024
Feb 5, 2023
Jan 1, 2024
Feb 5, 2023
Feb 5, 2023
Feb 5, 2023
Mar 26, 2023
May 16, 2021
Feb 5, 2023
Feb 5, 2023
Feb 5, 2023
Feb 5, 2023
Jan 1, 2024
Jan 1, 2024
Feb 5, 2023
Feb 5, 2023
May 16, 2021
Feb 5, 2023
Feb 5, 2023
Feb 5, 2023

Repository files navigation

SvelteKit blog starter with GraphCMS

This starter shows how to use the SvelteKit with GraphCMS. It uses graphql-request and GraphCMS for the backend.

Demo

Deploy with Vercel

Open in Gitpod

How to Use

See the introductory blog post on getting started building out this project.

You'll need a GraphCMS account and the Blog Starter created, get the endpoint from the "API Access" section in the project settings, check the "Content from stage Published" checkbox for access.

Rename the sample.env file to .env and add your endpoint:

VITE_GRAPHCMS_URL=your-endpoint-here

Add the VITE_GRAPHCMS_URL variable and endpoint to the "Environment Variables" section of the Vercel project.

Download Manually

npx degit spences10/sveltekit-starter-blog sveltekit-starter-blog

Install & Run:

cd sveltekit-starter-blog
npm install
npm run dev -- --open