The Bernard Garages site uses Gatsby powered by content from Ghost. This site is based off a Gatsby/Ghost starter project.
After you install Yarn and the Gatsby CLI, install the project dependencies.
yarn
Then, start the development server. This will pull content from headless Ghost and generate a Gatsby site.
gatsby develop
Gatsby populates content from the Ghost install specified in the .ghost.json
config file.
# Run a production build, locally
gatsby build
# Serve a production build, locally
gatsby serve
Gatsby develop
uses the development
config in .ghost.json
- while Gatsby build
uses the production
config.