https://github.com/hygraph/skncre-starter-astro
SKNCRE a Hygraph cosmetics brand demo showcasing Hygraph CMS and Federated content
https://github.com/hygraph/skncre-starter-astro
Last synced: 11 months ago
JSON representation
SKNCRE a Hygraph cosmetics brand demo showcasing Hygraph CMS and Federated content
- Host: GitHub
- URL: https://github.com/hygraph/skncre-starter-astro
- Owner: hygraph
- Created: 2024-03-08T10:19:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T09:23:15.000Z (12 months ago)
- Last Synced: 2025-06-30T08:51:10.666Z (12 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SKNCRE a Hygraph cosmetics brand demo
- See the [running demo](https://skncre-cosmetics-hygraph-astro.vercel.app/).
- Join [the Hygraph community](https://slack.hygraph.com) for any questions or read the [Hygraph docs](https://hygraph.com/docs).
## Add GraphQL and Hygraph connections
In `.env` add and make sure to add content viewing permissions in Hygraph API settings
```
GQL_HOST=https://.cdn.hygraph.com/content//master
```
See `.env.example` for the setup requirements.
run `npm run codegen` for GraphQL types.
## Development Server
Start the development server on `http://localhost:4321`:
```bash
npm dev
```
Feel free to check [the Astro documentation](https://docs.astro.build) or jump into the [Astro Discord server](https://astro.build/chat).