- Added StudioLeftSidebar component for scene management with add, delete, and duplicate functionalities. - Introduced StudioRightPanel component with tabs for brand settings, multimedia, sounds, video, QR code generation, countdown, and general settings. - Created StudioSidebar component for participant management, chat, and notes. - Developed StudioVideoArea component to handle video display for demo and live modes. - Configured demo data for scenes, participants, overlays, backgrounds, and sounds in demo.ts. - Set up a token server for LiveKit integration to manage participant access. - Updated Vite environment definitions for LiveKit configuration.
20 lines
189 B
Plaintext
20 lines
189 B
Plaintext
node_modules
|
|
dist
|
|
build
|
|
.git
|
|
.gitignore
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
coverage
|
|
.vscode
|
|
.idea
|
|
*.md
|
|
src
|
|
public
|
|
index.html
|
|
vite.config.ts
|
|
tsconfig.json
|
|
postcss.config.cjs
|
|
tailwind.config.cjs
|