Skip to content

Cyoda-platform/ai-assistant-ui

Repository files navigation

Project Setup Instructions

Build Status

Description

This project consists of both a web application and a desktop application.

Requirements

Make sure you have the following software installed:

  yarn

Web

Installation

To set up the project, navigate to the packages/web folder and follow these steps:

  1. Create Environment File
    Copy the .env.template file to .env and set the appropriate configuration values.

  2. Start the Application

  • For local development:
  yarn dev
  • For production deployment:
  yarn build

Desktop

Installation

To set up the project, navigate to the package/desktop folder and follow these steps:

  1. Create Environment File
    Copy the .env.template file to .env and set the appropriate configuration values.

  2. Start the Application

  • For local development:
   yarn dev
  • For production deployment:
  yarn make

Known Issues

If you download the desktop application from GitHub releases and see messages about a "damaged application" on macOS, run the following command:

  xattr -c <path to your app>

Afterward, the application should open correctly.