- Customize Home page
- Offline music
- Favorited
- Playlist
- Radio
- Lyrics
- Listenbrainz stats
- Listenbrainz fresh releases
- Multi-languages
- Theme
If you want to build the web version, run the following command:
npm i
npm run export:webIt will generate a folder web-build that you can deploy to your server.
If you want to build the .apk, you need to install Android Studio and you run the following command
npm i
npm run export:androidIf you want to run the app in development mode, run the following command:
npm i
npm run webIf you want to run the app in development mode for android, you need to install Android Studio.
Run the following command that will created an apk
npm i
npm run export:devInstall the apk and run the dev server
npm run android