A minimal audio player for mobile
# HTTPS
git clone https://github.com/mburuanthony/audioplayer.git
# SSH
git clone git@github.com:mburuanthony/audioplayer.git
# Github CLI
gh repo clone mburuanthony/audioplayer
yarn
expo start
# or
npx expo start
eas build --profile development --platform android
# or
npx eas build --profile development --platform android
expo start --dev-client
# or
npx expo start --dev-client
eas build --profile production --platform android
# or
npx eas build --profile production --platform android