Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.71 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.71 KB

Usage and Update Instructions

This is a Gatsby site built in React-Typescript. The site is delivered using Gatsby's Server-Side Rendering process.

🚀 Quick start

Install dependencies and launch

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.

💫 Deploy

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

🎓 Learning Gatsby

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.