Skip to content

joshmu/videonote

Repository files navigation

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