We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506a28a commit 1b56683Copy full SHA for 1b56683
1 file changed
README.md
@@ -1,6 +1,11 @@
1
# Localproxy
2
3
-`http://localhost:8080 -> https://project.localhost`
+```sh
4
+cd ~/projects/coolproject
5
+PORT=$(random) npm run dev
6
+curl https://coolproject.localhost
7
+# ✨ it just works like magic
8
+```
9
10

11
0 commit comments