Skip to content

DivanteLtd/svelte-graphcms

Repository files navigation

POC - GraphCMS + SvelteKit + Vercel! 🤔

https://svelte-graphcms.vercel.app/

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

VITE_GCMS_ENDPOINT

Run Locally

Clone the project

  git clone https://github.com/DivanteLtd/svelte-graphcms.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Building

Used adapter: Vercel

npm run build

You can preview the built app with npm run preview. This should not be used to serve your app in production.

Authors