Skip to content

An Ember addon to share your local Ember apps with the world using ngrok (https://ngrok.com).

License

Notifications You must be signed in to change notification settings

iamdtang/ember-share

Repository files navigation

Ember Observer Score

ember-share

Share your local Ember apps with the world using ngrok. No additional software installation is required once the Ember CLI addon is installed.

ember-share animated gif demo

Installation

ember install ember-share

How to Use

To share your site, simply run ember share, which behaves like ember serve. A publicly accessible URL will be inserted into your clipboard that is ready to paste directly into your browser.

This was inspired by Laravel Valet.