- Clone repo including submodule:
git clone --recurse-submodules https://github.com/cyb3rko/star-history-docker
- Copy
template.env
to.env
:
cp template.env .env
- Fill in your GitHub token (https://github.com/settings/personal-access-tokens/new; do not touch any permissions, all OFF by default)
- Build and run Docker image:
docker compose up -d --build
To update the upstream repo, run:
git submodule update --remote