A web app that allows you to analyze and annotate music easily for mp3 files. Use it here!
Currently, this website is best fit for desktop users. The appearance may vary on certain browsers but works best on chromium based ones. (developed on chrome)
To run a development server:
# make sure to install dependencies
npm install
# startup dev server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# run with optimized dependencies
pnpm dev --open
To create a production version of your app:
npm run build
npm run preview