Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 178 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 178 Bytes

Project setup

$ npm install

Compile and run the project

# development
$ docker-compose up

Run tests

# unit tests
$ npm run test