This is the source code for the web app available from 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
- Stories are defined next to the components in the
- Run main website:
npm start
(open https://localhost:8080)https
required for preview in Twitch panel