MSYS2 Web Interface
A simple web interface for browsing the MSYS2 repos.
Rebuild CSS/JS (optional):
cd frontendnpm install
npm run build
Run for Development:
uv run run.py --cacheRun for Production:
# See the Dockerfiledocker build .
docker run --rm -it -p 8080:80