Bonneville screenshot

Bonneville

Author Avatar Theme by Bagseye
Updated: 27 Feb 2022
38 Stars

A simple, clean GatsbyJS starter for those looking to get up and running with Gatsby

Categories

Overview

This product is a work-in-progress repository that focuses on creating a Gatsby site using React. The developer of this project acknowledges that updates will be made as they gain more understanding and experience with Gatsby and React.

Features

  • Create a Gatsby site using the Gatsby CLI
  • Start developing by navigating into the site’s directory and running it
  • Open the source code and edit it in real time
  • Access a tool to experiment with querying data using GraphQL

Installation

To install and use this theme, follow these steps:

  1. Use the Gatsby CLI to create a new site using the “hello-world” starter:
gatsby new your-site-name https://github.com/gatsbyjs/gatsby-starter-hello-world
  1. Navigate into the newly created directory:
cd your-site-name
  1. Start the site:
gatsby develop
  1. Open your code editor and edit the src/pages/index.js file as needed.
  2. Save your changes and the browser will update in real time.

Summary

This product is a work-in-progress repository that provides a starting point for creating a Gatsby site using React. It offers features such as easy site creation, real-time editing, and support for GraphQL queries. The installation process is straightforward, requiring the use of the Gatsby CLI and some basic file editing.