A free, lightweight and cross-platform music player. (http://museeks.io)
It uses:
- Node.js for back-end
- electron (used to be atom-shell) for embedded browser
- React.js as front-end framework
===
- Lightweight music player
- Queue management
- Shuffle, loop
- Dark theme
- Supported formats:
- mp3
- ogg
- wav
===
===
Builds can be found at this page. Please notive those are only portable versions. Installers may come in the future.
- Download Electron there are crashes problems in 0.36.x, don't use it
- Download Museeks source code
- Put it in a folder called
appin[Electron path]/resources bower install && npm install && npm run compile- Run Electron
===
- Fork and clone
- You will need
bowerandwebpackinstalled globally bower install && npm install && npm run dev- Don't forget to enable dev mode in the app in the settings view
Webpack will watch for JSX and SASS changes.
Please respect a few rules:
- Make the code readable and comment if needed
- 4 spaces indent !
- Before making complex stuff, don't hesitate to open an issue first to discuss about it
Then open a PR :)
