Prerequisites
Visual Studio Code IDE or any other prefered IDE
Node.js 22+ and npm
Installation
- Clone the repository:
- Install dependencies(using the IDE terminal):
npm install - Navigate to the project main folder / directory:
cd chatbot-project - Check if you navigated correctly:
pwd - Run the code
npm run devoryarn devorpnpm devorbun run dev
Deployment
Deploy to Vercel (process):
- Push your code to GitHub
- Connect your repository to Vercel
- Add environment variables in Vercel dashboard
- Deploy