- Run
gatsby develop
Under the root folder you'll find gatsby-config.js and gatsby-node.js which can be used to manage the gatsby and webpack configs.
All pages are under /src/pages.
The navigation structure and component metadata are under /src/data.
Common page components and layouts can be found under /src/components.