Nitra Live це система для проведення відеоконференцій. Переважно членами команди для роботи над проектами.
- Frontend: Vite + Vue 3; app uses livekit-client and custom Vue components.
- API: optional Node/Bun server in
run/next/for connection details and recording.
Give it a try at https://meet.livekit.io.
Steps to get a local dev setup up and running:
- Run
bun installto install all dependencies (корінь і пакетsite/). - Copy
site/.env.exampletosite/.env.localand set the required environment variables. - Run
bun devto start the Vite dev server and open http://localhost:5173. - Start development 🎉
