Skip to content

👩‍⚕️ AI assistant powered by OpenAI (Electron + ReactJS + TypeScript)

Notifications You must be signed in to change notification settings

tednaaa/ai-assistant

Repository files navigation

image image

Instructions

Install dependencies

npm ci

Create .env from example and fill

cp .env.example .env

Start parallel development servers for backend & electron app

npm start

Build for win, mac and linux - (apps/electron/dist)

nx run electron:build:win
nx run electron:build:mac
nx run electron:build:linux