https://github.com/kazupon/my-pull-requests
my pull requests
https://github.com/kazupon/my-pull-requests
Last synced: 3 months ago
JSON representation
my pull requests
- Host: GitHub
- URL: https://github.com/kazupon/my-pull-requests
- Owner: kazupon
- License: mit
- Created: 2024-09-01T06:02:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T06:02:44.000Z (over 1 year ago)
- Last Synced: 2025-03-15T15:11:34.856Z (10 months ago)
- Language: Vue
- Homepage: https://contributions.kazupon.dev
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Showcase your Open Source Contributions 🤍
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
[](https://hub.nuxt.com/new?template=my-pull-requests)
## Features
- List the 50 most recent pull requests you've contributed to.
- RSS feed
- Only add your GitHub token to get started
- One click deploy on 275+ locations for free
## Setup
Make sure to install the dependencies with [pnpm](https://pnpm.io/installation#using-corepack):
```bash
pnpm install
```
Copy the `.env.example` file to `.env` and fill in your GitHub token:
```bash
cp .env.example .env
```
Create a GitHub token with no special scope on [GitHub](https://github.com/settings/personal-access-tokens/new) and set it in the `.env` file:
```bash
NUXT_GITHUB_TOKEN=your-github-token
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm dev
```
## Production
Build the application for production:
```bash
pnpm build
```
## Deploy
Deploy the application on the Edge with [NuxtHub](https://hub.nuxt.com) on your Cloudflare account:
```bash
npx nuxthub deploy
```
Then checkout your server cache, analaytics and more in the [NuxtHub Admin](https://admin.hub.nuxt.com).
You can also deploy using [Cloudflare Pages CI](https://hub.nuxt.com/docs/getting-started/deploy#cloudflare-pages-ci).
## Credits
This project is inspired by [Anthony Fu](https://github.com/antfu)'s [releases.antfu.me](https://github.com/antfu/releases.antfu.me) project.
## License
[MIT](./LICENSE)