Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 311 Bytes

BEFORE YOU START!!

  1. have NVM installed

GETTING STARTED

  1. open project in terminal
  2. run corepack enable
  3. run nvm use. If this is your first time and you get an error saying the node version isn't installed then run nvm install
  4. run yarn to install packages
  5. to start project run yarn dev