Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 OBS

The `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.