This repository contains the frontend of the Netflux ESIR project used to display videos and metadata.
It relies on the Netflux backend to retrieve data and among other things: it uses Nuxt.js to generate static pages.
Note that you need to have the backend and the pipeline running to be able to use the frontend.
git clone https://github.com/NetfluxESIR/frontend.git
cd frontend
pnpm install
pnpm run dev
docker run -p 3000:3000 ghcr.io/netfluxesir/frontend:latest