Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.41 KB

File metadata and controls

30 lines (19 loc) · 1.41 KB

Grafbase ⨯ SvelteKit

Join our Community

Deploy to Grafbase
Deploy to Vercel

Getting Started

  1. Run npx degit grafbase/grafbase/examples/sveltekit-houdini grafbase-with-houdini to clone this example
  2. Change directory into the new folder cd grafbase-with-houdini
  3. Run cp .env.example .env
  4. Open .env in your code editor, and provide your Grafbase API endpoint and API key
  5. Run npm install, or yarn install to install dependencies
  6. Run npm run dev, or yarn dev and visit http://localhost:5173

Learn More About Grafbase

To learn more about Grafbase, take a look at the following resources:

  • Grafbase - learn about Grafbase features and API.

To learn more about SvelteKit, take a look at the following resources:

Run on Codesandbox

Develop with Codesandbox