Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Starter project built with GraphCMS, SvelteKit and Tailwind with DaisyUI

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
```