Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 408 Bytes

Reviewer Mocks

A stub / mock service used by other Reviewer services during development & testing.

Get started

Starts reviewer-mocks in a docker container exposed on port 3003 but default

make build
docker-compose up

development

Starts reviewer-mocks in a local node process. The files are watched for updates, changes to code should appear nearly instantly.

yarn start:dev