- Chrome Extension written in TypeScript.
- Minize disruption to your viewing experience by taking notes directly from any Youtube video.
- Once the note saves successfully, navigate to Audoo to see your page updated with the new note.
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodTo create a development build:
npm run build-devOpen the file dist/index.html in your browser
Made with createapp.dev


