Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 336 Bytes

Subtitle Editor

Tech stack of this subtitle editor:

  • NextJS 15 + React 19 as framework
  • shadcn and radix-ui for UI components
  • Tailwind CSS for styling
  • wavesurfer.js for waveform visualization
  • react-player for the media player
  • Tabler icons
  • Motion for animations

To develop locally, run:

npm install
npm run dev