(Under construction)
Self-host your GitHub repositories and serve them with a lightweight user interface (no JS or CSS).
- Server-rendered method to highlight lines of code.
- Add pagination to the GitHub API to get all public repositories.
- Run (and proxy) a git server to allow
git clonefrom this mirror. - e2e tests (currently there's some integration tests).
PORTserve from:{PORT}GITHUB_USERNAMEclone/fetch/pull/host this account's public repositories
PORT="80" GITHUB_USERNAME="healeycodes" go run ./cmdgo test -v ./test