An open API service indexing awesome lists of open source software.

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

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.