Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 322 Bytes

File metadata and controls

20 lines (13 loc) · 322 Bytes

Local deployment

Prerequisites

  • Docker 20.10 or later
  • Task build tool

Running locally

In order to build and run the system's components locally, execute:

task dist:compose:up

In order to remove them and their local data, execute:

task dist:compose:down