https://github.com/oskarrough/strrr-html
https://github.com/oskarrough/strrr-html
website
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oskarrough/strrr-html
- Owner: oskarrough
- Created: 2021-01-09T23:24:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T13:28:19.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:20:15.890Z (over 1 year ago)
- Topics: website
- Language: CSS
- Homepage: https://list.strrr.tv
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strrr-html
A tiny prototype for a strrr.tv website. You can browse all seasons and episodes, but not currently play them.
## Developing
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 runs `make`)
- Run `npm start` to develop locally
- The `main` branch automatically deploys to https://list.strrr.tv