(formerly Cumulonimbus)
NOTE: CPod is very much a work in progress. Please expect bugs.
A review by OMG! Ubuntu!: A Terrific Podcast Client with a Terrible Name
Get the latest binaries/installers from the Releases tab. Available for Windows (NSIS installer), macOS (.app, .dmg), and Linux (AppImage, .deb).
- Have Node.js, Yarn, and gulp-cli installed (as well as libdbus-1-dev if you are on Linux and want MPRIS integration), and
cd
to the repo directory. - Run
yarn
to install npm dependencies. - Run
gulp
to compile and concatenate JS, SCSS, Pug, and what have you (orgulp both
to also watch for changes). - Run
yarn start
to start CPod.
Be sure not to work on all.js
or on any of the compiled .html
or .css
files when there is a .pug
or .scss
counterpart, respectively.
If you want to try the latest changes before they are available in a (pre)release, you can package CPod by following steps 0 to 2 in Install for development then running yarn dist
. The binary/installer should then be in the dist
directory.
See CONTRIBUTING.md