Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.15 KB

Hygraph ⨯ Algolia

Join our Slack

Using Hygraph webhooks to sync data to Algolia on new published content.

Demo

Deploy with Vercel Clone project

How to Use

  • Create Algolia account
  • Insert an Algolia index called products
  • Enter your Algolia admin API key into .env as ALGOLIA_ADMIN_API_KEY
  • Edit /pages/index.js and replace the Algolia App ID and Search Only API key with your own

Download Manually

npx degit hygraph/hygraph-examples/with-algolia with-algolia

Install & Run:

cd with-algolia
npm install
npm run start
# or
cd with-algolia
yarn
yarn start

Run on Codesandbox

Develop with Codesandbox