Skip to content

cuquo/fast-github-poc

Repository files navigation

I built a fully streamed, instant-loading version of the GitHub repository view that keeps native browser search, removes the blue loading bar, and feels dramatically faster than the original. To learn more, check the original post

Getting Started

Install the latest version of Bun

curl -fsSL https://bun.sh/install | bash

Install dependencies:

bun install

Copy the .env.example file to .env and add your GitHub token:

cp .env.example .env

Run the development server:

bun dev

Releases

No releases published

Packages

No packages published