BBB-Dashboard
Dashboard to manage and keep an eye on multiple BigBlueButton rooms.
🏗️ This Project is still unfinished. The bulk create function does not work yet. It might crash.
Development
WIP!
- Clone or copy this repo.
-
npm install
in the root directory andnpm install
in theclient
directory. - Start the backend with
node server.js
and in the client directory the svelte dev server withnpm run dev
.