This is the main local frontend intended to control the local backend for investigating security information in the SOC technology stack.
See supported platforms for the main backend
Copy the sample.env to .env and customize it for your setup:
cp sample.env .envInstall the dependencies and run the server:
npm install
npm startBuild and run the docker compose project:
sudo docker compose build
sudo docker compose up