polyflup-ops
Installation
SKILL.md
Commands & Operations
Python Backend
uv run polyflup.py # Run bot
uv run check_db.py # Check database
uv run migrate_db.py # Run migrations
uv pip install -r requirements.txt
Svelte UI
cd ui && npm install
npm run dev # Dev mode
npm run build # Build
npm start # Start production