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
6 months ago
f1227231
5e1e3fe8
+2
1 changed file
expand all
collapse all
unified
split
README.md
+2
README.md
···
29
29
3. Set up the environment variables:
30
30
```bash
31
31
cp apps/api/.env.example apps/api/.env
32
32
+
cp .env.example .env
33
33
+
# Edit the .env files to add your configurations
32
34
```
33
35
4. Start the Docker containers:
34
36
```bash