Algolia InstantSearch Quickstart Getting started Adding your credentials Open client/index.js Add your Search API Key, AppId and indexName Development Run yarn or npm install to install dependencies Use yarn run dev or npm run dev to start the development server Production Run yarn or npm install to install dependencies (if you haven't already) Use yarn run build or npm run build to build out webpack files