357 B
357 B
Frontend
🚀 Run
Setup a .env file or
equivalent environment variables:
#VITE_BACKEND_URL: http://123.123.123.123:5000
VITE_BACKEND_STREAMS_PATH: /streams/playlist.m3u8
VITE_STREAM_DELAY: 18
Run with npm:
npm install
npm run dev
To use together with the backend, run with docker.