This module is part of the AI Accelerator project. It contains the frontend part of the application that is used in the JS Fields.
- Install node and npm
$ npm install
- Execute the following script. A local vite dev server should be started on http://localhost:5173
$ cd src/ai-accelerator-frontend $ npm run dev
- Run you local magnolia instance with the following parameter
-Dmagnolia.ai.accelerator.frontend=http://localhost:5173