An open API service indexing awesome lists of open source software.

https://github.com/ecrmnn/nserve

Quickly serve local sites using ngrok
https://github.com/ecrmnn/nserve

Last synced: 2 months ago
JSON representation

Quickly serve local sites using ngrok

Awesome Lists containing this project

README

        

# nserve
Quickly serve Homestead sites using ngrok

#### Prerequisites
You need to [download](https://ngrok.com/download) ```ngrok``` before using this script.

#### Usage
Clone this repo or just copy the contents of ```nserve.sh``` into your ```.bash_profile```

```nserve``` will loop through your ```~/Homestead/Homestead.yaml``` and figure out in which directory you are and serve it. Will serve ```localhost``` if nothing is found.

```nserve domain``` will serve ```domain```

#### Contributors
- [mrtnsn](https://github.com/mrtnsn)