thatbeautifuldream / gitstarred

Browse starred repos from community github profiles.
https://gitstarred.vercel.app
1 stars 0 forks source link
github octokit octokit-js starred-repositories

Git Starred

This is an application that showcases starred repositories from github users.

Features

Technologies

Setting up the project locally

  1. Clone the repository.
  2. Run pnpm install to install dependencies.
  3. Source GITHUB_TOKEN variable from .env.example, populate the entry with your github token with relivant permissions and paste it to a .env.local file in the root of the project.
  4. Run pnpm dev to start the development server.