### Install Surge CLI Source: https://github.com/sintaxi/surge/blob/master/README.md Install the Surge command-line interface globally using npm. ```bash npm install -g surge ``` -------------------------------- ### Publish Static Site Source: https://github.com/sintaxi/surge/blob/master/README.md Publish the contents of the current directory to a specified domain using Surge. ```bash surge . hello.surge.sh ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.