A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Pocketenv badge and EAS build profiles

Add preview (internal) and apk (APK buildType) profiles
to apps/app/eas.json to enable internal previews and APK builds

+11
+3
README.md
··· 5 5 6 6 A decentralized music tracking and discovery platform built on the AT Protocol 🎵 , see [Rocksky](https://rocksky.app). 7 7 8 + [![Open in Pocketenv](https://pocketenv.io/open-in-pocketenv.svg)](https://pocketenv.io/new?repo=tangled:rocksky.app/rocksky) 9 + 8 10 ![Preview](./.github/assets/preview.png) 11 + 9 12 10 13 ## ✨ Features 11 14
+8
apps/app/eas.json
··· 4 4 "android": { 5 5 "buildType": "app-bundle" 6 6 } 7 + }, 8 + "preview": { 9 + "distribution": "internal" 10 + }, 11 + "apk": { 12 + "android": { 13 + "buildType": "apk" 14 + } 7 15 } 8 16 } 9 17 }