Static site for Sum Zero, a minimalist math puzzle game.
The site is statically generated: a Deno script fetches data from the GitHub API and renders pages with Eta.
deno run --allow-net --allow-read --allow-write build.tsThe pipeline will run when a commit hits main or when there is a release from the Sum Zero repository.