Setting up a Gatsby dev environment for Mac

Tags: [[Guides]]

  • Go to brew.sh
  • Copy installation command
  • Open terminal
  • Paste and run command
  • Accept defaults
  • brew install git node
  • Open github.com/nvm-sh/nvm
  • Copy the install script command
  • Run it in the terminal
  • Accept everything
  • npm install -g gatsby-cli
  • Go to code.visualstudio.com
  • Download for Mac
  • Unzip and move to Applications
  • Launch VSCode
  • Install ESLint and Prettier extensions