VidSnap is a screen recording app to easy capture and share your screen. All you need to do is click "Start Recording" and share the preview URL with anyone. It is private and your recordings are stored securely on Pinata Cloud.
- Clone the project into your local machine.
- Link it to a Vercel project for API function testing (use
npm i -g vercel
). - Sign up at Pinata Cloud and create a new API key.
- Grab the JWT key and add it as an environment variable in Vercel
vercel env add PINATA_JWT
- Replace your Gateway domain at
/api/video.js
- Run the dev server
vercel dev