Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.18 KB

Customizable cross platform music player. You can view the demo here.

image

Works On Many Platforms

Using browser technology we are able to create one codebase that works on many platforms.

  • Web/Browser via Docker
  • iOS
  • Android
  • MacOS
  • Windows
  • Linux

Build: Web via Docker

Build: MacOS

  • ./build-macos.sh
  • npm start packageMac
  • cd onedrop-darwin-64/
  • open onedrop.app
  • Email: [email protected]
  • Password: password

Build: iOS

  • ./build-ios.sh
  • Open XCode, add signing team, and then add background permissions
  • Push it to your phone to test the builds
  • Email: [email protected]
  • Password: password

Build: Android

  • ./build-android.sh
  • This will generate an APK than you can install on your phone
  • adb install /path/to/app.apk
  • Email: [email protected]
  • Password: password

Thanks

We would like to thank BrowserStack for allowing us to use their service to do our cross-browser testing with amazing ease.