The second iteration of my personal website, built with Gatsby and hosted on Netlify
Getting Started • Additional Resources • License
To download and run this application on your computer, you will need to have Git and Node.js (which comes with npm) installed.
In your terminal, run the following commands to download and launch the web application:
# Install the Gatsby CLI
npm install -g gatsby-cli
# Clone this repository
git clone https://github.com/zachsvanhandel/website-v2
# Navigate into the repository directory
cd website-v2
# Install dependencies
npm install
# Run the web app
npm startCheck out these resources to gain a better understanding of what is going on under the hood:
Licensed under the MIT License.