Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.08 KB

Repo Surf 🏄‍♂️

repo-surf is a repository viewer that let you dive through its commits and branches.

repo.surf

Repo selection 🔍

Repo Surf supports Github repositories only pointing to master branch (that's a current limitation, see Wishlist).

To select a repository, author and repository-name can be defined as follow:

repo.surf/splact/repo-surf

Development 🔨

Start

Runs the site in the development mode with yarn start.

Open http://localhost:3000 to view it in the browser.

Backend

Backend repo can be found here.

Wishlist ✨

  • Intro screen with a selection of most famous repositories to play (show 4 randomly picked from a larger list)
  • Debris (see r3f-game)
  • Support for branch selection
  • Performance improvement