Skip to content

iancampbellstuff/zoom-utilities

Repository files navigation

zoom-utilities

A monorepo app for simplifying Zoom tasks.

Workspace Setup

  1. Install NodeJS

  2. In a command-line, install dependencies with npm ci

  3. Install VSCode

  4. In a command-line and in the project root directory, open VSCode with code main.code-workspace

  5. Install VSCode Extension Recommendations

VSCode extension recommendations

Project Setup

See the client README.md and server README.md documentation.


Commands

Local Testing

Install dependencies

npm ci

Start the application in development mode (hot-code reloading, error reporting, etc.)

npm start -- --electron
npm start -- --pwa

# "--pwa" is the default option
npm start

QA

Run unit tests

npm test

About

An app for simplifying Zoom tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published