Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 519 Bytes

Personal portfolio site built using Gatsby.js


This is the third interation of my portfolio site that will feature the occasional blog post.

Get started


If you would like to view the site locally:

Install dependencies...

cd Gatsby_jbelknap.me
npm install
or
yarn install

..then start the development server

npm run develop
or
yarn develop

Navigate to localhost:8000 and you should see the site up and running in your browser.