Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 206 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 206 Bytes

How to setup development environment and run tests?

  1. Install docker if you don't have it.
  2. Clone this repo.
  3. Run yarn.
  4. Run docker-compose build --no-cache.
  5. Run docker-compose up -d.