I just published the code and there is much to do.
I'll open issues with the known bugs.
- Send PR to the
master branch
. - Commits messages with Angular convention.
- The code is linted through eslint and stylelint.
A linter is not enough to enforce every aspect of code.
Just try to follow what you see. Currently it uses standardjs.
I am considering something like prettier if code style becomes an issue to progress.
git clone git@github.com:AoDev/kaiku-music-player.git
npm install
npm run dev
Kaiku will start in dev mode.
Currently only OSX has been tested although Electron is multi-platform.
If the app has some success I'll consider distributing the packaged app with a proper installer.
For now, you have to clone the repo and do the following:
npm run package-mac
This will package the app into ./release/mac
. It will be called Kaiku.app.
You can simply execute it or move it to your Applications
folder.
Need to be tested.
Need to be tested.