344 B
344 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/
VITE_STREAM_DELAY: 18
Run with npm:
npm install
npm run dev
To use together with the backend, run with docker.