URL: https://wobot-ai-dun.vercel.app/
Follow these steps to clone, set up, and run the project:
Clone the repository
Open a terminal and run the following command:
git clone https://github.com/akshaydhame2001/WobotAI.git
Navigate to the project directory Once cloned, navigate to the project directory:
cd WobotAI
Install dependencies Run the following command to install all the required dependencies:
npm install
Set Environment Variables Create .env file
REACT_APP_BEARER_TOKEN="YOUR_WOBOTAI_TOKEN"
Run the project To start the application, run:
npm start
This will start the development server, and you can view the dashboard in your browser at http://localhost:3000.