README.md 513 B

1234567891011121314151617181920212223242526
  1. # Bookmark audio fragment
  2. Browser extension to bookmark fragments of audio files.
  3. ## Contribute
  4. This project uses [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox) for building/bundling the source code. It provides the following commands:
  5. ### Install
  6. $ npm install
  7. ### Development
  8. npm run dev chrome
  9. npm run dev firefox
  10. npm run dev opera
  11. npm run dev edge
  12. ### Build
  13. npm run build chrome
  14. npm run build firefox
  15. npm run build opera
  16. npm run build edge