Installation
Welcome to the installation guide for Flexibel. This page will walk you through the simple steps to integrate the Flexibel chatbot into your website. You can install Flexibel using either Yarn or npm, depending on your preference.
Prerequisites
Before starting the installation process, ensure you have the following:
- Node.js installed on your system. You can download it from Node.js official website.
- Basic knowledge of JavaScript and your website's framework.
Using npm
- Open Terminal: Navigate to your project's root directory in your terminal or command prompt.
- Run Installation Command:
npm install flexibel
Using Yarn
- Open Terminal: Go to your project's root directory in your terminal or command prompt.
- Run Installation Command:
yarn add flexibel