(formerly Cumulonimbus)
NOTE: CPod is a work in progress. Please expect bugs (and feel free to contribute!).
A review by OMG! Ubuntu!: A Terrific Podcast Client with a Terrible Name
Get the latest releases.
Available for Windows, macOS, and Linux.
- Have Node.js, Yarn, and gulp-cli installed, and
cdto the repo directory. - Run
yarnto install npm dependencies. - Run
gulpto compile and concatenate JS, SCSS, Pug, and what have you (orgulp bothto also watch for changes). - Run
yarn startto 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.
- Follow steps 0 to 2 in Install for development
- (If electron-builder complains about missing dependencies) Set temporary environment variable:
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true - Run
yarn dist
The binary/installer will be in the dist directory.
See CONTRIBUTING.md
