Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 167 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 167 Bytes

PGB-Web

The official website for the Pitt-Google Broker project. To spin up a local version:

docker build -t pgb-web .
docker run -p 4000:4000 pgb-web