Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magoo-magoo/pr-view
PRs View
https://github.com/magoo-magoo/pr-view
Last synced: about 2 months ago
JSON representation
PRs View
- Host: GitHub
- URL: https://github.com/magoo-magoo/pr-view
- Owner: magoo-magoo
- License: mit
- Created: 2020-02-10T20:28:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T07:33:48.000Z (8 months ago)
- Last Synced: 2024-04-24T10:16:24.943Z (8 months ago)
- Language: TypeScript
- Homepage: https://pr-view.now.sh
- Size: 2.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PRs View
`View GitHub pull requests`
## Built with
- Next.JS
- GraphQL
- TailwindCSS
- Typescript## Development
### Install
```sh
npm ci
```### Run
```sh
npm run dev
```### Build
```sh
npm run build
```### Environment variables
Some env vars are required by the app to run.
```sh
export PR_VIEW_GITHUB_AUTHORIZE_BASE_URL="https://github.com/login/oauth"
export PR_VIEW_CLIENT_ID=XXXXXXXXXXXXXX
export PR_VIEW_CLIENT_SECRET=XXXXXXXXXXXXXXX
export PR_VIEW_REDIRECT_URL="https://pr.magoo.dev"
export PR_VIEW_SCOPE="read:org user:email"
```## Deployment
Push master branch on github or run:
```sh
now
```