Skip to content

algolia/issue-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Searcher

This project was created during the Q4 Algolia InstantSearch offsite

  1. clone algolia/issue-searcher
  2. download the dependencies with yarn
  3. Log in to github.algolia.com/signin
  4. Then you can go to github.algolia.com/private?{new Date().getTime()}

And enter that info in .env.development:

GATSBY_FALLBACK_UID=<your_uid>
GATSBY_FALLBACK_API_KEY=<your_api_key>

Run the site with yarn develop.

Be careful, don't make this public, it'll allow everyone to search issues on all private repositories you have access to.

Deploy

Deploy to Netlify

Don't forget to set the environment variables!