My personal blog. Forked from Gatsby blog starter.
-
Clone locally.
Use git CLI to clone this repo.
# clones the repo git clone git@github.com:mtvillwock/mattvillwock.com.git
-
Install dependencies.
Navigate into the cloned site’s directory and install dependencies.
cd mattvillwock.com/ npm install # Don't have Node.js or NPM? https://www.npmjs.com/get-npm
-
Run the app!
npm start
The site is now running on http://localhost:8000!