Aimpower Zoom Web Apps Link
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.
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.