https://github.com/cevr/github-prs
A chrome extension that shows your PRs, whether created or assigned
https://github.com/cevr/github-prs
Last synced: 30 days ago
JSON representation
A chrome extension that shows your PRs, whether created or assigned
- Host: GitHub
- URL: https://github.com/cevr/github-prs
- Owner: cevr
- Created: 2025-05-16T01:38:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-02T20:33:27.000Z (5 months ago)
- Last Synced: 2026-02-03T09:50:18.078Z (5 months ago)
- Language: TypeScript
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# bun-react-tailwind-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.