Skip to content

Run Locally

hyperdefined edited this page Oct 8, 2025 · 3 revisions

How to Run!

This wiki page shows you how to run cobalt.directory locally.

Dependencies

  • git
  • Java 21+
  • Apache Maven
  • npm (for web)

Setup

Clone this repository. You will see a run.sh in the root. Simply run to perform the tests. Results are located in backend/results.json.

Web

To run the web module, first run the backend tests using the run.sh file provided. Afterwards, move the files below:

Afterwards, simply run the commands below:

  1. npm i - install the packages
  2. npm run dev - run the site, access by visiting https://localhost:5173/
Clone this wiki locally