/zoom-hybrid-meeting-kiosk

Desktop app to use as a Kiosk for starting Zoom hybrid meetings.

Primary LanguageTypeScriptMIT LicenseMIT

Zoom Hybrid Meeting Kiosk

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.

Features

  • Intuitive UI for starting hybrid Zoom meetings

Prerequisites

  • Node.js (v18 or above)
  • pnpm

Installation

  1. Clone the repository
git clone https://github.com/mikecebul/zoom-hybrid-meeting-kiosk.git
  1. Navigate to the project directory
cd zoom-hybrid-meeting-kiosk
  1. Install dependencies
pnpm install

Development

To start the development server, run:

pnpm run dev

This will start the Electron app and open a development window.

Production Build

To build the application for production:

pnpm run make

This will package the application into a standalone executable suitable for your operating system.

Contributing

Contributions are welcome! Please read our Contributing Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements

  • Charlevoix Alano Club for the initial motivation for this project.
  • Electron, Vite, TypeScript, and Tailwind CSS for making this project possible.