-
Notifications
You must be signed in to change notification settings - Fork 0
Run Locally
hyperdefined edited this page Jul 14, 2025
·
3 revisions
This wiki page shows you how to run cobalt.directory locally.
- git
- Java 21+
- Apache Maven
- bundle (for web only)
Clone this repository. There are 2 .sh files in the root of the project.
-
run.sh- run tester only, output results inbackend/results.json. -
run-web.shrun tester, generate pages, build site.
Simply run run.sh. Any errors or issues with be logged to your console. Results are saved to backend/results.json.
Run run-web.sh <output>. The output path is where the static HTML files are moved to after completion. You can serve them like any normal static HTML site.