Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

History

History
18 lines (12 loc) 路 280 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) 路 280 Bytes

Contributing

Installing

$ 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

$ yarn test