Skip to content

cuquo/fast-github-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors