Get insight about your stargazers.
npm install
# create a .env.local file in the root of the project
touch .env.local
# add the following variables to the .env.local file
VITE_GITHUB_ACCESS_TOKEN=<your_github_access_token>
Note: You can create a GitHub personal access token here.
npm run dev