- 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:
yarn
- Create an
.env
file:cp .env.example .env
- Update the
env vars
values - Run
yarn dev
to build and watch for code changes