Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 822 Bytes

kelliblalock.com

This repository is for my website kelliblalock.com that was built with Gatsby.

Run Project Locally

Setup

  • 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
  • Run npm install

Run in Development Mode

  • Run gatsby develop
  • Navigate to http://localhost:8000/ in your browser

Run Production Build

  • Run gatsby build
  • Run gatsby serve
  • Navigate to http://localhost:9000/ in your browser.

Technologies Used