A lightweight chatbot frontend application built with Node.js.
- Node.js: v20.17.0
- npm: v11.2.0
- Yarn: v1.22.22
-
Clone the repository:
git clone <repo-url> frontend-chatbot-V2 cd frontend-chatbot-V2
-
Install dependencies:
yarn install
Copy the example file and update the values:
cp .env.example .env
# then open .env and fill in your configuration-
Build the project:
yarn build
-
Run in development mode:
yarn dev
-
Check for ESLint errors and warnings:
yarn check
-
Fix lint errors and format code:
yarn prettier
- Branch:
main - URL: mc-chatbot.inloya.com
- Branch:
dev
- Branch:
concierge - Purpose: Testing environment for Concierge
- Branch:
backup - Purpose: Backup before concierge deployment