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
Install the latest version of Bun
curl -fsSL https://bun.sh/install | bashInstall dependencies:
bun installCopy the .env.example file to .env and add your GitHub token:
cp .env.example .envRun the development server:
bun dev