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