https://github.com/timmo001/stats.timmo.dev
https://github.com/timmo001/stats.timmo.dev
metrics template timmo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmo001/stats.timmo.dev
- Owner: timmo001
- License: apache-2.0
- Created: 2024-04-20T06:20:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T06:31:26.000Z (12 months ago)
- Last Synced: 2025-07-09T07:37:46.054Z (12 months ago)
- Topics: metrics, template, timmo
- Language: TypeScript
- Homepage: https://stats.timmo.dev
- Size: 8.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Stats
This is a small portal to display stats. It is built with [Next.js](https://nextjs.org/) and deployed with [Vercel](https://vercel.com/).
## Can I contribute to / fork this project?
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.
## What pages are available?
The following pages are available:
- [`/`](https://stats.timmo.dev/) - The main page, displaying the stats
- [`/github/stats`](https://stats.timmo.dev/github/stats) - The stats section for GitHub.
- [`/github/topLanguages`](https://stats.timmo.dev/github/topLanguages) - The top languages section for GitHub.
## Deploying
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.
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftimmo001%2Fstats.timmo.dev&env=GITHUB_TOKEN,GITHUB_USERNAME,LOGO_URL&envDescription=Your%20GitHub%20Personal%20Access%20Token%2C%20Your%20GitHub%20username%2C%20URL%20to%20your%20logo&envLink=https%3A%2F%2Fgithub.com%2Ftimmo001%2Fstats.timmo.dev&project-name=stats-me&repository-name=stats.me.io&demo-title=Timmo%20Stats&demo-url=https%3A%2F%2Fstats.timmo.dev)
### Custom
1. Fork this repository
1. Clone your forked repository
1. Copy the `.env.example` file to `.env.local` and fill in the required values.
1. Install [Bun](https://bun.sh)
1. Run `bun install` to install the dependencies
1. Run `bun dev` to start the development server
1. Make any additions or changes you like, such as changing the logo, colours etc.
1. Deploy your changes to a cloud provider of your choice.