This is a small portal to display stats. It is built with Next.js and deployed with Vercel.
Yes! This project is open source and licensed under the Apache 2.0 license. Feel free to fork this project and make it your own.
The following pages are available:
/
- The main page, displaying the stats/github/stats
- The stats section for GitHub./github/topLanguages
- The top languages section for GitHub.
You can deploy your own instance of this project with Vercel by clicking the button below. You will need to provide your GitHub username and a GitHub Personal Access Token with the repo
and user
read scopes. From there, you can customise the project to your liking.
- Fork this repository
- Clone your forked repository
- Copy the
.env.example
file to.env.local
and fill in the required values. - Install Bun
- Run
bun install
to install the dependencies - Run
bun dev
to start the development server - Make any additions or changes you like, such as changing the logo, colours etc.
- Deploy your changes to a cloud provider of your choice.