Mara ships as a Docker Compose stack.
git clone https://github.com/yourorg/mara && cd mara
cp .env.example .env
make up
make migrate
make seed
open http://localhost:3000Production deployment configs for Fly.io and Render are in infra/.
Mara ships as a Docker Compose stack.
git clone https://github.com/yourorg/mara && cd mara
cp .env.example .env
make up
make migrate
make seed
open http://localhost:3000Production deployment configs for Fly.io and Render are in infra/.