The Zoom hybrid meeting kiosk is an Electron application designed to facilitate the starting of hybrid Zoom meetings at the Charlevoix Alano Club. This project leverages Vite for speedy development, TypeScript for static typing, and Tailwind CSS for utility-first styling.
- Intuitive UI for starting hybrid Zoom meetings
- Node.js (v18 or above)
- pnpm
- Clone the repository
git clone https://github.com/mikecebul/zoom-hybrid-meeting-kiosk.git
- Navigate to the project directory
cd zoom-hybrid-meeting-kiosk
- Install dependencies
pnpm install
To start the development server, run:
pnpm run dev
This will start the Electron app and open a development window.
To build the application for production:
pnpm run make
This will package the application into a standalone executable suitable for your operating system.
Contributions are welcome! Please read our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Charlevoix Alano Club for the initial motivation for this project.
- Electron, Vite, TypeScript, and Tailwind CSS for making this project possible.