howler-playlist-player
v0.1.1
Published
A drag-and-drop, yet customisable, HTML playlist player
Downloads
2
Readme
Howler Playlist Player
A drag-and-drop, yet customisable, HTML music player!
How-to
Adding to your website
Build locally
git clone https://github.com/Denperidge/howler-playlist-player.git
cd howler-playlist-player
npm install
npm run build # Alternatively, use npm start to watch for automatic rebuild
Publish a new version
- Run
npm version {major,minor,patch}
- This will return the new version number
- Run
git push origin vX.X.X
- That's it! GitHub Actions will take care of publishing it.
Discussions
Dev instability
Whether it be because of how I've set up the project or because of the tools I am/was using; occasionally, using npm run dev
, would casue the builds to return invalid code or return "module is undefined". Just try saving again, and then it should work!