Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 522 Bytes

AudioNotes

Demo Video

audio_notes.mp4

Installation Steps:

  1. Install Node.js
  2. Run npm install in frontend folder. (npm install --force if the previous command does not work)
  3. Run npm install in backend folder.
  4. Install FFMPEG for your operating system
  5. Start frontend server with npm run dev.
  6. Start backend server with npm run dev.