Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodingGarden/sproutkit
Apps and Components for Twitch Overlays
https://github.com/CodingGarden/sproutkit
Last synced: 13 days ago
JSON representation
Apps and Components for Twitch Overlays
- Host: GitHub
- URL: https://github.com/CodingGarden/sproutkit
- Owner: CodingGarden
- License: mit
- Created: 2020-05-27T13:56:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T04:41:55.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:58:37.769Z (3 months ago)
- Language: Vue
- Homepage: https://sproutkit.now.sh/
- Size: 1.17 MB
- Stars: 35
- Watchers: 3
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SproutKit
* This project is a work in progress. (Local development is a little cumbersome to setup.)
* Everything points to the Coding Garden Twitch channel
* I'm working on moving things into configuration files...
* The electron app and overlay depend on the Coding Garden API: https://github.com/CodingGarden/api
* The components have no other dependencies.
* I am working on moving those components into a separate project that will be published to npm as web components.## Setup
```sh
npm install
```## SproutKit Components
```sh
npm run styleguide
```## Electron Chat Overlay
Due to a webpack v4 issue, you must be running node v16 or less to run the electron app.
```sh
npm run electron:serve
```## Lofi Intro / Break Screen
```sh
npm run serve:overlay
```