A tiny prototype for a strrr.tv website. You can browse all seasons and episodes, but not currently play them.
Site is built with (eleventy)[https://www.11ty.dev/].
Currently
- Run
make
to pull the latest data rom the Strrr API (once in a while) - Run
npm install
to install dependencies (once) - Run
npm run build
uses eleventy to build a regular website (this also runsmake
) - Run
npm start
to develop locally - The
main
branch automatically deploys to https://list.strrr.tv