This commit is contained in:
Raven Scott 2024-11-14 15:18:01 -05:00
parent f42f30941b
commit e4521cd202

View File

@ -78,7 +78,7 @@ To set up and use pearCast in a development environment, Heres how you can ge
pear run --dev .
```
Once the app is running, you can start broadcasting or join an existing station by entering the station ID. If youre using a browser-based approach, you can serve `index.html` via a local server and access it through your preferred browser.
Once the app is running, you can start broadcasting or join an existing station by entering the station ID.
## Walkthrough of pearCasts Code