This is a project starter to build customized Search and Chatbot experiences using Ola Search Platform. If you do not require cusotmization, you can download the Embed code
from Ola Search
git clone https://github.com/OlaSearch/project-quickstart.git
cd project-quickstart
npm install
npm start
Download the configurations from https://admin.olasearch.com . The configuration files contain settings for the project, filters, snippets, relevancy boosting etc.
- Login to https://admin.olasearch.com
- Navigate to Project -> Settings
- Download the configuration files.
- Save the file as
olasearch.config.js
in thesrc
director
To deploy the code in production, you will need to compile and generate compressed JS/CSS files. To do that run
npm run production
Production Javascript/CSS files will be generated in dist
folder.