https://github.com/assistantapps/patreon-banner
Source code for the Patreon Banner website and Twitch Extension
https://github.com/assistantapps/patreon-banner
hacktoberfest patreon stream streaming
Last synced: 8 months ago
JSON representation
Source code for the Patreon Banner website and Twitch Extension
- Host: GitHub
- URL: https://github.com/assistantapps/patreon-banner
- Owner: AssistantApps
- License: gpl-3.0
- Created: 2022-07-07T17:18:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T20:32:20.000Z (over 3 years ago)
- Last Synced: 2024-12-26T11:07:28.009Z (over 1 year ago)
- Topics: hacktoberfest, patreon, stream, streaming
- Language: TypeScript
- Homepage: https://patreonbanner.com
- Size: 5.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> This is the source code for the web app available from [patreonbanner.com](https://patreonbanner.com). This project is split into multiple pieces to support the way Twitch wants their extensions to work.
The different modes:
- Component development: `npm run storybook` _(open http://localhost:6006)_
- Stories are defined next to the components in the `.stories.tsx` files
- Run main website: `npm start` _(open https://localhost:8080)_
- `https` required for preview in Twitch panel