tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
update README
tsiry-sandratraina.com
8 months ago
ce757302
e83ae795
+4
-3
2 changed files
expand all
collapse all
unified
split
README.md
apps
api
.env.example
+2
-2
README.md
···
27
27
```
28
28
4. Start the development server:
29
29
```bash
30
30
-
turbo dev
31
31
-
```
30
30
+
turbo dev --filter=@rocksky/api --filter=@rocksky/web
31
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
32
-
POSTGTRES_URL="postgresql://postgres@localhost:5432/rocksky"
32
32
+
POSTGTRES_URL="postgresql://postgres@localhost:5432/rocksky"
33
33
+
MEILISEARCH_API_KEY="masterkey"