Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t3ph/egghead-twitch-scenes
Learn how to setup Twitch scenes built with Eleventy in 30 minutes! Includes embedded chat, and chat command responses.
https://github.com/5t3ph/egghead-twitch-scenes
11ty 11ty-starter twitch
Last synced: about 1 month ago
JSON representation
Learn how to setup Twitch scenes built with Eleventy in 30 minutes! Includes embedded chat, and chat command responses.
- Host: GitHub
- URL: https://github.com/5t3ph/egghead-twitch-scenes
- Owner: 5t3ph
- Created: 2021-05-02T13:42:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T13:32:18.000Z (over 3 years ago)
- Last Synced: 2024-10-26T05:36:51.437Z (3 months ago)
- Topics: 11ty, 11ty-starter, twitch
- Language: CSS
- Homepage: https://5t3ph.dev/ets
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Develop Custom Twitch Scenes and Setup in OBS
These are the supporting files for **[the egghead course](https://5t3ph.dev/ets)**.
You'll learn how to:
- setup scenes with Eleventy as the build tool
- use ComfyJS to embed chat and respond to chat commands
- run the scenes locally and display in OBSThe `lessons` directory includes the progressive build steps for each lesson in the egghead course.
📺 **[Get started on the course >](https://5t3ph.dev/ets)**
_Requires an egghead membership_## Course Scripts
The following are for running resources from the course root. You can also copy individual lesson directories and run them individually as unique projects.
All scripts are run in the root package.
1. `yarn` installs all dependencies.
1. `yarn start 01` (replace with lesson number or keyword) runs the project in the browser.
1. `yarn latest` updates all dependencies.
1. `yarn clean:node_modules` deletes `node_modules` recursively.