This repository is for my website kelliblalock.com that was built with Gatsby.
- Clone or fork this repository.
- Install Gatsby CLI if not already installed.
- To install Gatsby CLI globally, you can use this command:
npm install --global gatsby-cli
- To install Gatsby CLI globally, you can use this command:
- Run
npm install
- Run
gatsby develop
- Navigate to
http://localhost:8000/
in your browser
- Run
gatsby build
- Run
gatsby serve
- Navigate to
http://localhost:9000/
in your browser.