This is a basic Svelte Kit project that uses the GraphQL endpoints used in my net-graphql repository.
These are the commands that you need to run in order to run the project.
npm install
npm run dev -- --open
The URL to the GraphQL endpoint in stored in the src/lib/server/graphql.server.ts
file, if it needs to be changed.