9f85908ff3
- Modernized the frontend with HTMX for server-driven UI and Alpine.js for client state. - Refactored anime, player, and recommendation logic into modular routers. - Updated README.md to reflect the latest project state and technologies (v2.4). - Added Plyr.io for an improved streaming experience. - Improved project structure with componentized templates. - Added Playwright and Vitest configuration for frontend testing.
3 lines
130 B
Bash
Executable File
3 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
export PYTHONPATH=.
|
|
exec ./venv/bin/python3 -m uvicorn main:app --host 0.0.0.0 --port 3000 > /root/ohm_server.log 2>&1 |