https://github.com/thomasmost/pscsite
PSC Website
https://github.com/thomasmost/pscsite
Last synced: 3 months ago
JSON representation
PSC Website
- Host: GitHub
- URL: https://github.com/thomasmost/pscsite
- Owner: thomasmost
- License: mit
- Created: 2021-03-17T21:18:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T04:06:31.000Z (about 5 years ago)
- Last Synced: 2025-03-06T17:23:57.503Z (over 1 year ago)
- Language: JavaScript
- Size: 5.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter Catalyst Hydrogen
This is a full-featured starter that ties together the core theme, header and footer themes and the hydrogen theme to ceate a complete website. The theme relies on data from [SANITY.io](https://www.sanity.io/) and includes a customized content studio for the CMS.
## Documentation
[https://www.gatsbycatalyst.com/](https://www.gatsbycatalyst.com)
## Catalyzing Start
```sh
# create a new Gatsby site using the catalyst writer starter site
gatsby new catalyst-hydrogen https://github.com/ehowey/gatsby-starter-catalyst-hydrogen
```
[Read the Gatsby Quick Start Guide](https://www.gatsbyjs.com/docs/quick-start)
## Demo
[https://gatsby-starter-catalyst-hydrogen.netlify.app/](https://gatsby-starter-catalyst-hydrogen.netlify.app/)
## About Gatsby Theme Catalyst
The Catalyst series of themes and starters for [GatsbyJS](https://www.gatsbyjs.com/) were designed to provide an opinionated set of integrated themes and starters that can be used to accelerate your next Gatsby project. The vision is for one "core" theme in which most dependencies and components are contained followed by progressively more styled and refined child themes and starters. These themes rely heavily on [Theme-UI](https://theme-ui.com/) and [MDX](https://mdxjs.com/getting-started/gatsby/).
## Updating the GraphQL Schema
```bash
sanity graphql deploy
```