- Clone repo including submodule:
git clone --recurse-submodules https://github.com/cyb3rko/star-history-docker- Copy
template.envto.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 --buildTo update the upstream repo, run:
git submodule update --remote