Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.68 KB

environment.md

File metadata and controls

32 lines (28 loc) · 1.68 KB

How to Setup Your Development Environment

  • Install Git

    • Mac Users
      • Open terminal using command+space to open Spotlight and type terminal into the search field
      • Type git and download anything if there are prompts. Otherwise, you should see a usage guide.
    • Windows Users
  • Install Node.js LTS from nodejs.org

  • Install Visual Studio Code from code.visualstudio.com

  • Windows users: we will only be covering unix-style and not Windows cmd window commands. Please run git bash to have a unix-like terminal window. See this article for information on how to run the git bash inside of Visual Studio Code.