Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 249 Bytes

Web-based video editor (CSCI 409 senior project)

Getting started

To run the project, follow these steps:

  1. Install project dependencies:

    pnpm install
  2. Start the development server:

    pnpm run dev