Skip to content

Development Environment setup

Peter Weckend edited this page Feb 27, 2021 · 2 revisions

To run the code locally:

  1. Clone the repository
  2. Ensure node and npm are installed
  3. Run npm install to install packages
  4. Install Gatsby CLI: npm install -g gatsby-cli
  5. Install NVM and run nvm use or source ~/.nvm/nvm.sh
  6. Run gatsby develop

VS Code Plugins

  • Auto Close Tag
  • Bracket Pair Colorizer
  • Prettier Auto Rename Tag

Clone this wiki locally