This is the repository for Standing Dreams website. The website as refactored from a PHP driven site.
- Gatsby
- React
- Prismic
- Mappy Breakpoint
Linting is handled by . 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.
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.