Hi! This is my first adventure into the JAMstack world!
To run this project in your environment you must have this wonderful Plutonian artifact called Node.js
Download the code project. You can use the Download ZIP button or clone it if you already have installed git .
git clone https://github.com/undead85/gatsby-personal-site.git path-to-your-folder
Open a terminal and go inside the folder with the code.
cd path-to-your-folder
Install all project dependencies
npm install
Use the magic of Gatsby framework to compile
gatsby develop
Finally open your web browser on http://localhost:8000/
and ...voilá! super ultra mega enjoy it!
This project is configured to be deployed into GitHub Page with gh-page
npm run deploy