Introduction

Installation

Before you begin the installation process, ensure that you have either signed up through our platform or we have provided you with the ANON_KEY. Without this key, you won't be able to setup the search component.


Installation via NPM

To install Mendable Search using NPM, use the following command:

npm install @mendable/search

Installation via Yarn

If you prefer using Yarn, use the following command to install Mendable Search:

yarn add @mendable/search

For those not using React, we also offer a Vanilla JS component.

Remember, if you encounter any issues during the installation process, our support team is ready to assist you.

Previous
Getting started