Herd makes it easy to share your local sites with the world. This is great for testing your sites on different devices, receiving webhooks, or sharing them with clients and colleagues.
Herd uses Expose to share your sites.
Expose may not be available in all geographical regions due to regulatory reasons. If Expose isn’t available in your country, try ngrok.
To share your site using Expose, you first need to create a free Expose account.
Once you have obtained your authentication token, you can configure it in the “Expose” tab of the preferences window.
Or you can use the CLI:
Copy
Ask AI
expose token YOUR_TOKEN_HERE
Once you configured your authentication token, you can share your sites by running herd share or expose share in the site directory that you want to share.
Copy
Ask AI
cd ~/Herd/example-siteherd share# Share a linked site:herd share http://your-local-site.test# You can share a secured site with:herd share https://your-secured-local-site.test
You can specify a subdomain or server region for best performance and by adding parameters for them to the share command.