Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

docs: update CONTRIBUTING

Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

+3 -3
+3 -3
CONTRIBUTING.md
··· 11 11 ## Local Setup 12 12 13 13 ```bash 14 - # 1. Fork and clone the repository 15 - git clone https://tangled.org/mejsiejdev.bsky.social/musicsky.git 14 + # 1. Clone the repository 15 + git clone https://tangled.org/mejsiejdev.bsky.social/musicsky 16 16 cd musicsky 17 17 18 18 # 2. Install dependencies ··· 32 32 The appview relies on [Tap](https://github.com/bluesky-social/indigo/blob/main/cmd/tap/README.md) to sync AT Protocol data. Follow the Tap README to install it, then run it with: 33 33 34 34 ```bash 35 - TAP_SIGNAL_COLLECTION=app.musicsky.temp.song tap 35 + TAP_SIGNAL_COLLECTION=app.musicsky.temp.song tap run 36 36 ``` 37 37 38 38 ## Branch Naming