praveen-chatbot
v0.0.1
Published
1. **Clone the Repository** ```bash git clone https://github.com/suryanshkushwaha/chatbot cd chatbot ```
Readme
Clone the Repository
git clone https://github.com/suryanshkushwaha/chatbot cd chatbotInstall Dependencies
Ensure you have Node.js installed, then run:npm installStart the Development Server
Run the following command to start the Vite development server:npm run devAccess the Application
Open your browser and navigate to the URL displayed in the terminal, typically:http://localhost:5173Build for Production (Optional)
To create a production build, run:npm run buildPreview the Production Build (Optional)
Preview the production build locally:npm run preview
