0.0.0-alpha.7 • Published 7 months ago

@magnolia-services/ai-accelerator v0.0.0-alpha.7

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

AI Accelerator Frontend

This module is part of the AI Accelerator project. It contains the frontend part of the application that is used in the JS Fields.

Local development

Prerequisites

  • Install node and npm
$ npm install

Run locally

1) Execute the following script. A local vite dev server should be started on http://localhost:5173

```bash
$ cd src/ai-accelerator-frontend
$ npm run dev
```

2) Run you local magnolia instance with the following parameter

```bash
-Dmagnolia.ai.accelerator.frontend=http://localhost:5173  
```