[go: nahoru, domu]

Skip to content

kamona-ui/video-conference-layout

Repository files navigation

Simple video conference layout

To get started:
# 1. Clone the repository:
git clone https://github.com/kamona-ui/video-conference-layout.git

cd video-conference-layout

# 2. Install the dependencies:
npm install # Using npm
# or
yarn # Using Yarn

# 3. Start the development server:
npm run dev # Using npm
# or
yarn dev # Using Yarn