This project was created during the Q4 Algolia InstantSearch offsite
- clone
algolia/issue-searcher - download the dependencies with
yarn - Log in to github.algolia.com/signin
- 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.
Don't forget to set the environment variables!