Skip to content

standingdreams/sd-gatsby

Repository files navigation

Netlify Status

Standing Dreams: Gatsby Site

This is the repository for Standing Dreams website. The website as refactored from a PHP driven site.

Technologies

  • Gatsby
  • React
  • Prismic
  • Mappy Breakpoint

Linting

Linting is handled by Wes Bos's No-Sweat Eslint and Prettier Setup. Most linting is done in the IDE. Please contact the author for instructions on setting up.

  • TODO: Instructions on setting up VS Code for Linting and/or add lint NPM task.

Environment

Navigate into your new site's directory and start it up.

	cd my-default-starter/
	gatsby develop

The site will be running on http://localhost:8000.

Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.