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

update README

+4 -3
+2 -2
README.md
··· 27 27 ``` 28 28 4. Start the development server: 29 29 ```bash 30 - turbo dev 31 - ``` 30 + turbo dev --filter=@rocksky/api --filter=@rocksky/web 31 + ```
+2 -1
apps/api/.env.example
··· 29 29 DROPBOX_CLIENT_SECRET="" 30 30 GOOGLE_REDIRECT_URI="http://localhost:8000/googledrive/oauth/callback" 31 31 32 - POSTGTRES_URL="postgresql://postgres@localhost:5432/rocksky" 32 + POSTGTRES_URL="postgresql://postgres@localhost:5432/rocksky" 33 + MEILISEARCH_API_KEY="masterkey"