Skip to content

Source code for the Patreon Banner website and Twitch Extension

License

Notifications You must be signed in to change notification settings

AssistantApps/Patreon-Banner

banner

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
  • Run main website: npm start (open https://localhost:8080)
    • https required for preview in Twitch panel