This is a Gatsby site built in React-Typescript. The site is delivered using Gatsby's Server-Side Rendering process.
With the Gatsby CLI installed:
gatsby develop
Note that files (particularly images and linkedIn data) are missing from the repo. This is because of a) file size limitations and b) protecting original HQ images. Make sure these are present before develop starts else you may run into issues. Theoretically you can start with having just one image in images/photography/[FOLDERNAME]/[image].jpg
.
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.
Deployment is handled on Netlify, but done locally through the Netlify CLI. Run the following script to be walked through the deploy process, with a preview deployment first:
yarn run deploy
Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:
-
For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.
-
To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.