Skip to content

Latest commit

 

History

History
executable file
·
61 lines (46 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
61 lines (46 loc) · 1.39 KB

Fight For Subs Extension

Extension created to display the FFS ranking during the streams.

Use VueJs

Done

  • Extension matching the Twitch requirements
  • Getting data from FFS server

Doing

  • Ranking pages
  • Little design to visualize the first data preview
  • Panel view

TODO

  • Design
  • Mobile view

Prepare to dev

See the Twitch extension getting started

Dependencies

You will need:

Generate self-signed certs

cd certs
./generate_local_ssl.sh
    # Requires a sudo password so that the cert can be installed on the root keychain
    # If this install fails, see the README in ./certs for manual override.

To add a new page to your frontend.

npm run generator

To start the Extensions Boilerplate service

docker-compose up --build

To build your extension

[env] is the targeted environment. Default is production

npm run build
npm run build [env]
npm run build production

Generated Files

You can find generated files on the dist/ folder.

Compress these files as a .zip file and upload it to your Twitch extension.

Credit

Based on Breci's VueJS Extension Boilerplate