https://github.com/probablyarth/twoverlays
twitch overlays for co-working streamers
https://github.com/probablyarth/twoverlays
Last synced: 9 months ago
JSON representation
twitch overlays for co-working streamers
- Host: GitHub
- URL: https://github.com/probablyarth/twoverlays
- Owner: probablyArth
- License: mit
- Created: 2023-02-03T11:30:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T13:51:41.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:25:05.362Z (over 1 year ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
```
npm install
```
## Lint
```
npm run lint
```
## Test
```
npm run test
```
## Development
```
npm run dev
```