Make sure you have node
and yarn
available at your local computer, I suggest using Homebrew to install them:
brew install node
brew install yarn
To install the project run the following command in the project root:
yarn
To start project locally run:
yarn dev