Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 583 Bytes

iREAL - Frontend

The frontend is a dashboard to explore data extracted by the AI/ML processes implemented in the backend.

The frontend is built with SvelteKit.

Getting started

  1. Clone this repository

  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. The dashboard should be available at http://localhost:5173/.

Building

To create a production version of the project:

npm run build

The production version can be previewed with npm run preview.