Static website for GitHub Pages.
- Update your links in script.js:
state.youtubeUrlstate.facebookUrlstate.instagramUrl
- The homepage loads YouTube data from the API configured in script.js:
API_BASE(currentlyhttps://api.thewolfrider.me)- Subscribers endpoint:
/api/subscribers - Latest videos endpoint:
/api/latest?type=videos&limit=3 - Latest shorts endpoint:
/api/latest?type=shorts&limit=3
- Update your contact email in index.html (search for
mailto:).
Option A (VS Code): install the Live Server extension and open index.html.
Option B (PowerShell):
python -m http.server 5500- Open
http://localhost:5500