Personal Website The first version of personal website Set Up Install the Gatsby CLI. npm install -g gatsby-cli Install the correct version of Node using NVM. nvm install Install dependencies. npm install Start development server. npm start