A SvelteKit dashboard for exploring public GitHub commit activity by user and date range.
Create a .env file with a GitHub token:
GITHUB_TOKEN=github_pat_...
Install dependencies and start the dev server:
pnpm install
pnpm dev
pnpm check
pnpm lint
pnpm test:unit -- --run
pnpm test:e2e
pnpm build