Christoph Reiter e36d5effcf Update deps
remove standard deps from uvicorn, we don't really need all of
them, except maybe uvloop, but I don't see a difference.
2025-10-09 19:38:22 +02:00
2025-10-09 19:38:22 +02:00
2025-08-29 13:56:38 +02:00
2023-03-05 11:37:18 +01:00
2025-08-29 14:05:46 +02:00
2020-11-21 12:24:07 +01:00
2025-09-14 21:59:12 +02:00
2025-10-09 19:38:22 +02:00
2025-10-09 19:38:22 +02:00
2025-10-09 19:38:22 +02:00
2025-06-28 21:07:56 +02:00

MSYS2 Web Interface
===================

A simple web interface for browsing the MSYS2 repos.

Rebuild CSS/JS (optional)::

    cd frontend
    npm install
    npm run build

Run for Development::

    poetry shell
    poetry install
    python run.py --cache

Run for Production::

    # See the Dockerfile
    docker build .
    docker run --rm -it -p 8080:80 <image-id>
Description
Online Repo Browser
Readme 3.5 MiB
Languages
Python 68.8%
HTML 26.3%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.3%
Other 0.1%