Personal website built with Gatsby
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Start the development server
gatsby develop
-
Generate a full static production build
gatsby build
-
Preview the site as it will appear once deployed
gatsby serve
Copyright © 2021 Pemba Norsang Sherpa.
This project is MIT licensed.
Depoly on your own Netlify Instance