Skip to content

ag-svelte/graphcms-spacex

 
 

Repository files navigation

Jamstack Explorers GraphCMS and SvelteKit

Minimalist SpeceX website built with SvelteKit, Tailwind, DaisyUI, and deployed to Netlify.

The stack

This is an example project using SpaceX API data in a GraphCMS schema.

  • GraphCMS: Manage mission and launch data.
  • SvelteKit: A powerful framework that lets us query data and use endpoints for server side data.
  • Netlify: For an intuitive Git based workflow with seamless publishing, instant cache invalidation and atomic deploys.

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

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.2%
  • JavaScript 40.5%
  • HTML 3.7%
  • CSS 1.3%
  • Shell 0.3%