Skip to content

whoisjordangarcia/personal-website-gatsby-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby

jordangarcia.me - v2

The second iteration of jordangarcia.me built with Gatsby and hosted with Netlify

Netlify Status

Personal Website

🛠 Installation & Setup

  1. Install Node using NVM
nvm install
  1. Install dependencies
npm install
  1. Start development
npm run start

🚀 Build Application

  1. Generate static bundle assets
npm run build
  1. Preview site once deployed
npm run serve