Skip to content

Frazex-LLC/Experiences

Repository files navigation

frontend-chatbot-V2

A lightweight chatbot frontend application built with Node.js.

Prerequisites

  • Node.js: v20.17.0
  • npm: v11.2.0
  • Yarn: v1.22.22

Installation

  1. Clone the repository:

    git clone <repo-url> frontend-chatbot-V2
    cd frontend-chatbot-V2
  2. Install dependencies:

    yarn install

Environment Variables

Copy the example file and update the values:

cp .env.example .env
# then open .env and fill in your configuration

Build & Run

  • Build the project:

    yarn build
  • Run in development mode:

    yarn dev

Linting & Formatting

  • Check for ESLint errors and warnings:

    yarn check
  • Fix lint errors and format code:

    yarn prettier

🚀 Environments Overview

✅ Production


🛠️ Development

  • Branch: dev

🧪 Concierge Testing

  • Branch: concierge
  • Purpose: Testing environment for Concierge

💾 Backup

  • Branch: backup
  • Purpose: Backup before concierge deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published