github-chart will chart your monthly commit count
[![github-chart](https://github-chart.vercel.app/api?user={your username})](https://github.com/{your username}/github-chart)
↑ Just copy it and paste on your README.md ↑
- Report a issue and discuss
- Fork the repo and create new branch from main
- Implement an enhancement on your local
- Issue that Pull Request to main
Copy the dotenv file.
cp .env.sample .env
Edit the dotenv file to define your GitHub token.
vi .env
Run the code on your local.
vercel dev
NOTE: Please install Vercel CLI in advance.
Then, go to localhost:3000/api?user=rokumura7.