Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 500 Bytes

Pro3DVideo

Development

  1. npm install to install the library dependencies
  2. npm run build to build the core library
  3. cd web to move into the frontend folder
  4. npm run install to install the frontend dependencies
  5. npm run dev to start the frontend

now access http://localhost:5173/pro-3d-video to access the respective domain editor

Folder Structure

  • src contains the source code for the core library
  • web contains the frontend code in react (the web editor)