Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T11:13:36.000Z (about 3 years ago)
- Last Synced: 2024-08-01T15:36:41.984Z (3 months ago)
- Language: Svelte
- Homepage: https://spacex-explorers.netlify.app/
- Size: 88.9 KB
- Stars: 9
- Watchers: 6
- 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
```