The frontend is a dashboard to explore data extracted by the AI/ML processes implemented in the backend.
The frontend is built with SvelteKit.
-
Clone this repository
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
The dashboard should be available at http://localhost:5173/.
To create a production version of the project:
npm run build
The production version can be previewed with npm run preview
.