Twitch extension for World Bird Sanctuary, allowing stream viewers to learn more about the birds at the sanctuary.
This extension is directly based on the work of the Alveus.gg team and their Alveus Sanctuary Twitch Extension, with a set of changes applied to customize it for World Bird Sanctuary.
-
Clone the extension patches:
git clone git@github.com:WorldBirdSanctuary/extension.git extension-patches cd extension-patches -
Create a separate work directory for the main extension code:
git worktree add ../extension-main main
-
Apply the patches to the main extension code:
cd ../extension-main ../extension-patches/run.sh
Refer to the README.md in the main branch for instructions on setting up and running the Twitch extension locally.
While contributions are always welcome, we encourage you to assess whether your ideas should be contributed upstream to the Alveus Sanctuary Twitch Extension, or as a patch here that applies to the World Bird Sanctuary version. In either case, make sure to discuss what you plan to work on either as an issue or in the discussion page in the appropriate repository. You can contribute to the codebase by going through the following steps:
- Fork this repo
- Create a branch:
git checkout -b youruserame/your-feature - Add or modify patch scripts
- Test your changes with
run.sh - Push your branch and open a Pull Request