Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 986 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 986 Bytes

VideoNote

A video review app with slick intuitive controls to create timestamped notes on the fly. ✨

Tech Stack

Some additional experimental features are enabled in tailwind.config.js: uniformColorPalette, extendedSpacingScale, extendedFontSizeScale

Setup

  • MongoDB database
  • SMTP email server
  • JWT

Create a .env.local based on the .env.example for local development.

Run it

npm i && npm run dev