https://github.com/hygraph/sveltekit-hygraph-spacex-starter
Starter project built with GraphCMS, SvelteKit and Tailwind with DaisyUI
https://github.com/hygraph/sveltekit-hygraph-spacex-starter
Last synced: about 1 year ago
JSON representation
Starter project built with GraphCMS, SvelteKit and Tailwind with DaisyUI
- Host: GitHub
- URL: https://github.com/hygraph/sveltekit-hygraph-spacex-starter
- Owner: hygraph
- Archived: true
- Created: 2021-08-31T12:36:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T11:13:36.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T01:58:13.052Z (about 1 year ago)
- Language: Svelte
- Homepage: https://spacex-explorers.netlify.app/
- Size: 88.9 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://graphcms.com)**: Manage mission and launch
data.
- **[SvelteKit](https://kit.svelte.dev/)**: A powerful framework that
lets us query data and use endpoints for server side data.
- **[Netlify](https://www.netlify.com/)**: 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.
```bash
mv sample.env .env
```
Install dependencies and run local dev server:
```bash
npm i
npm run dev
```