No description
- TypeScript 89.8%
- JavaScript 6.9%
- Shell 3.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Deploy / Deploy to Cloudflare (push) Successful in 44s
Reviewed-on: #3 |
||
| .forgejo/workflows | ||
| .hermes | ||
| assets | ||
| deploy | ||
| posts | ||
| projects | ||
| scripts | ||
| src | ||
| static | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.toml | ||
Elysia with Bun runtime
Getting Started
To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-example
Development
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
Private contribution counts
The activity graph can count commits from private repositories without returning repository names, commit messages, or SHAs. Add any provider tokens you want to use as Worker secrets:
bunx wrangler secret put GITHUB_TOKEN
bunx wrangler secret put GITLAB_TOKEN
bunx wrangler secret put FORGEJO_TOKEN
Use read-only tokens. GitHub needs access to the private repositories being counted. GitLab needs read_api. Forgejo needs read:user plus repository read access. Providers without a configured token continue to show public activity.
The recent-commit feed always uses public APIs, even when these secrets exist.