Installation
SentraDMARC is designed to be containerized. The recommended way to run it is via Docker Compose.
git clone https://github.com/your-org/sentradmarc.git
cd sentradmarc
docker-compose up --build
This will spin up:
- MongoDB instance
- Python Worker
- Next.js Web App