Skip to content

This is the app store of the Twasi-Core. You can install and configure various apps for your twasi-core here.

License

Notifications You must be signed in to change notification settings

mekalix/twasi-panel

 
 

Repository files navigation

Twasi Panel

Build Status

This is the management bord for the Twitch Bot. You can control, enable, disable and manage plugins here.

Set up

Clone the repo and issue yarn or npm install. In the public directory, create a folder "config" with the file "config.js" in it.

Paste this into the file:

window.env = {
  ...window.env,
  AUTH_URL: 'https://api-beta.twasi.net/auth',
  GRAPHQL_URL: 'https://api-beta.twasi.net/apis/'
};

You can also adapt it to use the local backend (if it is running on your machine):

window.env = {
  ...window.env,
  AUTH_URL: 'https://localhost:8000/auth',
  GRAPHQL_URL: 'https://localhost:8000/apis/'
};

About

This is the app store of the Twasi-Core. You can install and configure various apps for your twasi-core here.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • CSS 24.1%
  • HTML 1.1%
  • Other 0.5%