Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.3 KB

Interactive Sync - Documentation

Interactive Sync is a boilerplate to create and configure a Twitch extension for twitch.tv, promoting interactions between Twitch community and any application in a whole new level.

See the Interactive Sync website for more details!

Scope

Interactive Sync is a ready-to-use Twitch extension that allows the Twitch community to perform the actions chosen by your application with interactive overlays or panels.

It contains two open source projets:

Contributing

Run locally

Install and start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

yarn install

yarn start

Issue / Pull Request

Create an issue and/or a pull request to contribute.

Build

This command generates static content into the build directory.

yarn build

Thanks

This documentation has been created with Docusaurus, an open source project to create documentations easily.