Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannoeru/my-pull-requests
My Pull Requests
https://github.com/hannoeru/my-pull-requests
Last synced: 2 days ago
JSON representation
My Pull Requests
- Host: GitHub
- URL: https://github.com/hannoeru/my-pull-requests
- Owner: hannoeru
- License: mit
- Created: 2024-08-22T01:17:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:05:53.000Z (3 months ago)
- Last Synced: 2024-08-26T05:33:26.489Z (2 months ago)
- Language: Vue
- Homepage: https://prs.hanlee.co
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Share 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.
![atinux-pull-requests](https://github.com/user-attachments/assets/cfa82cc2-51af-4fd4-9012-1f8517dd370f)
Demo: https://prs.atinux.com
[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)](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)