H4rsh4nk / zoomplugin

An Zoom app to support people who stutter to have a stronger voice in video calls.
https://zoomplugin.vercel.app
Apache License 2.0
1 stars 1 forks source link

Aimpower Zoom Web Apps Link

Getting Started

Run following commands in terminal :

git clone https://github.com/H4rsh4nk/zoomplugin.git

cd ./zoomplugin

npm install

This should create a .env.local file in root directory.

Add enviornment variable in the .env.local file

Run following command inside /zoomplugin folder:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

Vercel is already setup.

To deploy to test, push the code to any branch expect main.

To deploy to prod, push/merge the code to main branch.