cp .env.example .env
- Copy the example environment configuration- Update the Algolia .env variables (these credentials are in the Ember CLI 1Password)
npm install
- Install dependencies- Ensure you have ember-api-docs-data cloned in a location on your machine alongside this project as a sibling and pull the latest changes
- Use the following command to re-index Algolia:
npm start
ALGOLIA_APP_ID
- The Algolia application ID, found in "API Keys" section of the Algolia dashboardALGOLIA_ADMIN_KEY
- The Algolia admin key, found in "API Keys" section of the Algolia dashboard