To develop locally: Fork this repository to your own GitHub account and then clone it to your local device. Create a new branch: git checkout -b MY_BRANCH_NAME Install yarn: npm install -g yarn Install the dependencies with: yarn Start developing and watch for code changes: yarn dev