Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 968 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 968 Bytes

Netflux ESIR - Frontend

This repository contains the frontend of the Netflux ESIR project used to display videos and metadata.

Netflux ESIR - Frontend - Preview

It relies on the Netflux backend to retrieve data and among other things: it uses Nuxt.js to generate static pages.

Install

Note that you need to have the backend and the pipeline running to be able to use the frontend.

Requirements

Run from source

git clone https://github.com/NetfluxESIR/frontend.git
cd frontend
pnpm install
pnpm run dev

Run with Docker

docker run -p 3000:3000 ghcr.io/netfluxesir/frontend:latest