Files
msys2-web/README.rst
Christoph Reiter f2083b84c7 Remove appveyor srcinfo creation
This is now handled by the package repos in their CI

Fixes #28
2020-08-18 20:26:57 +02:00

21 lines
308 B
ReStructuredText

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