Skip to content

Commit 1b56683

Browse files
committed
readme changes
1 parent 506a28a commit 1b56683

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Localproxy
22

3-
`http://localhost:8080 -> https://project.localhost`
3+
```sh
4+
cd ~/projects/coolproject
5+
PORT=$(random) npm run dev
6+
curl https://coolproject.localhost
7+
# ✨ it just works like magic
8+
```
49

510
![](./showcase.jpg)
611

0 commit comments

Comments
 (0)