This demo is deployed on Github pages
Global components used :
Dataiku for AI Agent and dataprep
The Agent AI works as follows:
# install dependencies (legacy option required to use svelte-pdf)
npm install --legacy-peer-deps
# dev mode
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
This repo is using Github Actions to deploy static pages to Github Pages (cf .github/workflows/deploy.yml)