A demo web application showcasing Micdrop browser-side capabilities using @micdrop/client with React and TypeScript.
# Install dependencies
npm install
# Start development server with hot reload
npm run dev
# Build the project
npm run build
# Start the production server
npm run startThe development server runs on port 8080 by default.
- React for UI components
- Vite for development and building
- TypeScript for type safety
- @micdrop/client for voice conversation handling
MIT