Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 327 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 327 Bytes

Stream Manipulations Extension

backend contains all thing that run on the backend and talks to the mod

frontend contains all things that run on twitch

Both need to be setup before run:

yarn install

Backend

To run use:

yarn run watch

Frontend

To run use:

yarn run serve