Skip to content

Tony7466/msys2-web

 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.1%
  • HTML 27.6%
  • JavaScript 3.0%
  • SCSS 2.1%
  • Dockerfile 0.2%