Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 556 Bytes

upperz

see

Frontend Source Code

Backend Source Code

setup

The following will clone the orchestration repository, build the application image (using the latest front-end and back-end), and compose the image into a container.

$ git clone https://github.com/tadalabs/upperz
$ cd upperz
$ npm install
$ npm run build
$ npm run docker-compose:up

use

Once you've setup, browse to http://localhost:8080

upperz Demo