Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 426 Bytes

Disclose Front-end

Frontend for Disclose. Backend must be running locally. See backend repo here.

Build/Install instructions

  cd WebApp
  docker build ./ --tag frontend:latest
  docker run -it -p 3000:3000 -v $(pwd)/frontend/src:/frontend/src frontend:latest

More details here.