/SubgoalHologram

SubGoalHologram - Professional project. The aim of the project is to create a dynamic subgoal that builds up according to the number of subgoals.

Primary LanguageSCSSMIT LicenseMIT

SubGoalHologram

SubGoalHologram - Professional project. The aim of the project is to create a dynamic subgoal that builds up according to the number of subgoals.

INSTALL

npm install

USAGE

npm start

CONFIG

Create a config.json file in /src and fill it with this template:

{
  "grantType": "client_credentials",
  "clientID": "",
  "clientSecret": "",
  "fullRedirectUri": "",
  "broadcasterId": "",
  "localParent": "localhost",
  "parent": ""
}

BUILD

npm run build