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
Once you've setup, browse to http://localhost:8080