Make and watch your own Giant Bomb Infinite-like channels. Create as many channels as you want, set rules for what videos play on each channel and watch the channels in your browser.
Before you can run this application, you'll need to have Docker installed on your computer
-
Clone the repository to your local machine:
git clone https://github.com/HawaiinYeti/gbbeyond.git
-
Change your working directory to the project root:
cd gbbeyond
-
Build and run the Docker image:
docker compose up
-
(Optional) Run the container in the background:
docker compose up -d
-
Open your web browser and navigate to http://localhost:8282
-
Set up your Giant Bomb API key at http://localhost:8282/settings
If you'd like to contribute to this project, please follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/gbbeyond.git
-
Create a new branch to work on:
git checkout -b my-feature-branch
-
Make your changes and commit them:
git commit -am 'Add some feature'
-
Push your changes to your forked repository:
git push origin my-feature-branch
-
Create a pull request on GitHub and describe your changes.
This project is licensed under the MIT License.