Before cloning, make sure that you already have yarn installed (if you have already have yarn installed, you can skip this):
npm install -g yarnAfter cloning the repository, install all the depedencies using:
yarnTo run the development server, run:
yarn dev