Information and code contained in this repository should be considered provisional and a work in progress unless otherwise indicated.
To install the publication UI, clone this repo and run the following:
yarn
After building your desired project, you can visit it by running a static webserver from the project root directory
yarn start
or
docker run -it -p "3000:80" -v "$(pwd):/usr/share/nginx/html" nginx:1.12
You'd then visit each project at http://localhost:8081/data-publication/
or 192.168.99.100:3000/data-publication/
respectively.