An overview over mods on the mod center
Install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run development server:
uvicorn main:app --reload
Install dependencies:
npm install
Run development server:
npm run dev
todo
The scrape.py
needs a config.json
for cookie management.
npm run build
rsync -avzP public/* aoe2se:~/mods