Skip to content
Snippets Groups Projects
Commit 7a590f8e authored by Greg Fodor's avatar Greg Fodor
Browse files

Add docs about hubs.local

parent c56e1d7d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,12 @@ To bundle javascript and generate the html templates, run:
yarn build
```
## hubs.local Host Entry
When running the full stack for Hubs (which includes [Reticulum](https://github.com/mozilla/reticulum))
locally it is necessary to add a `hosts` entry pointing `hubs.local` to your local server's IP.
This will allow the CSP checks to pass that are served up by Reticulum so you can test the whole app.
## Query Params
- `room` - Id of the room (an integer) that you want to join
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment