Create a website with an RSS feed of your recent GitHub pull requests across the Open Source projects you contribute to.
Demo: https://prs.atinux.com
- List the 50 most recent pull requests you've contributed to.
- RSS feed
- Only add your GitHub token to get started
Make sure to install the dependencies with pnpm:
pnpm installCopy the .env.example file to .env and fill in your GitHub token:
cp .env.example .envCreate a GitHub token with no special scope on GitHub and set it in the .env file:
NUXT_GITHUB_TOKEN=your-github-tokenStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildThis project is inspired by Anthony Fu's releases.antfu.me project.
