BasicsLocal Quickstart

Local Quickstart

  1. Clone the repo

    git clone git@github.com:l3montree-dev/devguard.git && cd devguard
  2. Install Go, Docker & Docker-Compose

  3. Copy the .env.example file to .env and adjust the values to your needs

    cp .env.example .env
    cp .kratos/kratos.example.yml .kratos/kratos.yml
  4. Run the following command to start the necessary services

    docker compose up
  5. Start the application by running the following command

    make