A simple live stream embedding page
https://live.eventbikezero.de/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
static | 2 years ago | |
streams | 3 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 3 years ago | |
.prettierignore | 3 years ago | |
.prettierrc | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
gatsby-browser.js | 3 years ago | |
gatsby-config.js | 2 years ago | |
gatsby-node.js | 2 years ago | |
package.json | 2 years ago |
README.md
StreamSpace
This project was more of an experiment and is not continuously developed, but extended and / or maintained on demand. The goal is to embed livestreams from third-party sites into a simple web site.
The project was created by the eventbike crew for SpaceLeaves as the project "StreamSpace". Work was transfered in 2021 to the eventbike org. We're open to respond to your issues, but you'll most likely see not much documentation or progress here.
This repository is our first try on GatsbyJS
Installation, Development, Deployment
- get GatsbyJS from their official website
- run npm install
- place your stream config in streams/
- run
gatsby serve
orgatsby build