SvelteKit + Tailwind playground for a faster GitHub view. The home page lists your pull requests sorted by last update using the GitHub REST API.
Create a .env file and add a personal access token with repo scope so we can call the GitHub API server-side:
GITHUB_TOKEN=ghp_...
The token is only read on the server via $env/static/private.
Once you've created a project and installed dependencies with deno install
$ deno dev
>