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

Latest commit

 

History

History
54 lines (36 loc) · 690 Bytes

DEVELOP_GUIDE.md

File metadata and controls

54 lines (36 loc) · 690 Bytes

Development Guides

prerequisites

  • Docker for Desktop 4.1.1
  • docker-compose v2.0.0
  • Python 3.9 or later

Steps (only first)

Move to the project root directory

$ pwd
/path/to/doktor-v2

Create a docker network

docker network create frontend

Install task runner: Runner

npm install -g bash-task-runner

Getting started

Move to the project root directory

$ pwd
/path/to/doktor-v2

Start containers:

runner up

Access web ui

Stop containers:

runner down