Silence your least favorite sounds
You need:
- A Windows / Linux machine
- NodeJS LTS
- Git
- A pair of hands
- A brain, preferably working one
Clone the repo:
git clone [email protected]:xlspring/hushhear.git
Switch to the folder and to the dev branch
:
cd ./hushhear
git switch dev
Make a branch for your feature:
git branch XXX
git switch XXX
Code your things, then push to remote and open a pull request to the dev
branch
Voila