Minimalist SpeceX website built with SvelteKit, Tailwind, DaisyUI, and deployed to Netlify.
This is an example project using SpaceX API data in a GraphCMS schema.
⚠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