The second iteration of jordangarcia.me built with Gatsby and hosted with Netlify
- Install Node using NVM
nvm install
- Install dependencies
npm install
- Start development
npm run start
- Generate static bundle assets
npm run build
- Preview site once deployed
npm run serve