Cr8tor WebUI provides a web app for organisations to create Cr8tor projects.
To download and run the app:
-
Open terminal and run:
docker run -p 8000:8000 ghcr.io/karectl-crates/cr8tor-webui/cr8tor-webui:v0.0.2
-
Open a web browser:
http://localhost:8000
-
In the settings pane, Configure the web app to access the github repository your organisation has set up to manage cr8tor projects e.g.:
The github token provided should be a PAT token with permissions to raise pull requests on the projects repository.


