giistr / giistr

Quickly list issues from your starred repositories

Home Page:https://giistr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Fetch a list of repositories you starred then display the issues immediately in one view. Apply filter and search on these issues and repositories then pick one and contribute to your favorite library.

Learn more

Go to the app

Stack

  • React
  • Redux
  • Typescript
  • Immutable

Run the app locally (Development)

  • Install dependencies
npm install
npm install -g typescript typings
typings install
  • Start development server (The github oauth button won't work in development, you need to run the nodejs proxy server for that)
npm run start

Run the app for Production

  • Build the bundle
npm run build

Target the /dist folder with an nginx, you should use the nginx.conf file provided in the dist folder. You should also set the CLIENT_SECRET and CLIENT_ID env variable on nginx.

About

Quickly list issues from your starred repositories

https://giistr.com

License:Other


Languages

Language:TypeScript 94.4%Language:HTML 3.4%Language:CSS 2.3%