xBrowserSync is a free tool for syncing browser data between different browsers and devices, built for privacy and anonymity.
make config
Optional: copy xbs/api/settings-dist.json to xbs/api/settings.json and edit to include any custom settings you wish to run on your service. Important: the db.host value should match the container name of the "db" service in xbs/docker-compose.yml.
See AUTH.md for information on adding external authentication on top of your app.
Note: If your XBrowserSync instance is protected by authentication, the browser extension probably won't be able to connect to it, preventing it from working.
make install
## Wait for the service to become healthy
make wait
make open