Skip to content

First Time Setup

Alex Barbato edited this page Jun 7, 2019 · 3 revisions

Follow these steps to get your environment set up and ready to rock and roll!

  1. Install VSCode (or whatever you'd like).

    • If you went with VSCode, we recommend you also install the following extensions to make your environment a little prettier.
      • vscode-icons
      • vscode-styled-components
  2. Install Node (it comes with npm, another piece of software you'll need)

  3. Open your terminal in VSCode (Terminal > New Terminal) and enter the following command to install nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
Clone this wiki locally