Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 373 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 373 Bytes

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>