Local Quickstart
-
Clone the repo
git clone git@github.com:l3montree-dev/devguard.git && cd devguard
-
Install Go, Docker & Docker-Compose
-
Copy the
.env.example
file to.env
and adjust the values to your needscp .env.example .env cp .kratos/kratos.example.yml .kratos/kratos.yml
-
Run the following command to start the necessary services
docker compose up
-
Start the application by running the following command
make