This repository contains the scripts to produce a custom theme of Prez.
make ui-build
make ui-output
The output will be in a dist/
directory.
make ui-view
Alternatively, to run all the make commands in sequence in one go, use
make ui-all
The prez-ui version is always pinned to a specific git tag in the upstream Prez UI repository. This is tracked in the file PREZ_UI_GIT_TAG and used in the build scripts.
Pull the latest container images from the registries.
make stack-pull
Build the Prez UI container image.
make stack-build
Create a container and start the Fuseki service to load the initial data.
make stack-load
Run the stack.
make stack-run
To stop the stack.
make stack-down