Skip to content

schr1k/AiogramTemplate

Repository files navigation

Setup

  1. Install dependencies.

    uv sync
  2. Install pre-commit to automatically lint and format via ruff before commit

    uv run pre-commit install
  3. Copy and modify .env

    cp .env.example .env

Launch

Docker

  • Development mode (fast-refresh)

    docker compose watch
  • Production mode

    docker compose up --build -d

Pure python

  • Development mode

    uv run main.py
  • Production mode

    uv run --no-dev main.py

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project