A Twitch extension that helps viewers that watch Maya Higa's Twitch streams identify and learn about the ambassadors at Alveus, Maya's wild life sanctuary.
AlveusTwitchExtensionDemo.mov
- Enable Allow invalid certificates for resources loaded from localhost in Chrome: chrome://flags/#allow-insecure-localhost
- Get the mongoDB URI from the Alveus Ambassadors team and add it to a .env file in the server folder
- Run the following in the server and root folder:
npm install
andnpm start
CSS files are hidden through the settings.json file in .vscode
react-app-rewired-multiple-entry is used to add multiple entry points to the app. it uses the config-overrides.js file to add the entry points.
found out about it through this web link: https://gitgud.io/-/snippets/376
package link: https://www.npmjs.com/package/react-app-rewire-multiple-entry
env-cmd: used to add environment variables to the start script in package.json