EXPOSE is your new favourite open source tool for exposing your local services on the public Internet.
This is quick way to start the localhost.run and connect local PORT to internet domain. By default, authentication is done by using the public SSH keys you have on your GitHub account. If you use a different username on your computer than the one you use on GitHub, add the GitHub username to your SSH command (use [USERNAME]@expose.sh instead of expose.sh)
ssh -R 1:127.0.0.1:<PORT> expose.sh