Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 307 Bytes

File metadata and controls

17 lines (10 loc) · 307 Bytes

DBCChecker-WebApp

A brand new Web App for DBCChecker

Install and Build

In order to install and build, do the following steps:

  1. cd dbcchecker
  2. npm install
  3. npm run build

Docker image

In order to create the final Docker image, do the following steps:

  1. docker compose up --build