BEFORE YOU START!!
- have NVM installed
GETTING STARTED
- open project in terminal
- run
corepack enable - run
nvm use. If this is your first time and you get an error saying the node version isn't installed then runnvm install - run
yarnto install packages - to start project run
yarn dev