This is a front-end only, web-app for segmenting audio-recordings into separate thoughts. It's built using Svelte, Bulma, Peaks.js, and uses Firebase to store data.
- First
git clonethis repository cdinto thethought-taggingfolder- run
npm installto setup the app dependencies on your local machine (you only need to do this once) - start a local server to edit interact using
npm run devand go tolocalhost:5000