site v3
1.0.0
The third iteration of the personal website by Siddharth Singh built with Gatsby and hosted with Netlify
Previous iterations: Personalized-PortfolioV0, Portfolio-V2

Install the Gatsby CLI
npm install -g gatsby-cliInstall and use the correct version of Node using NVM
nvm installInstall dependencies
yarnStart the development server
npm startGenerate a full static production build
npm run buildPreview the site as it will appear once deployed
npm run serve