# Contributing ## Installing ```sh $ git clone [git repository url of your fork] # clone the project $ cd embetty-server # enter the project directory $ yarn # install the dependencies $ yarn start # start the embetty server ``` ## Running the tests ```sh $ yarn test ```