Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 697 Bytes

File metadata and controls

21 lines (16 loc) · 697 Bytes

GETTING STARTED

Prerequisites
Visual Studio Code IDE or any other prefered IDE
Node.js 22+ and npm

Installation

  1. Clone the repository:
  2. Install dependencies(using the IDE terminal): npm install
  3. Navigate to the project main folder / directory: cd chatbot-project
  4. Check if you navigated correctly: pwd
  5. Run the code npm run dev or yarn dev or pnpm dev or bun run dev

Deployment
Deploy to Vercel (process):

  1. Push your code to GitHub
  2. Connect your repository to Vercel
  3. Add environment variables in Vercel dashboard
  4. Deploy