Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 498 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 498 Bytes

HushHear

Silence your least favorite sounds

How to develop

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