An example of a portfolio website built using Gatsby.
View the demo: gatsby-portfolio.surge.sh
Ensure you have the Gatsby CLI installed:
npm install --global gatsby-cli
Clone and install the repository:
git clone https://github.com/elliotschultz/gatsby-portfolio-test
cd gatsby-portfolio-test
npm install
Run the development server:
gatsby develop