Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b3b2a0 + 8f4f0db commit 66ccecdCopy full SHA for 66ccecd
README.md
@@ -55,3 +55,11 @@ algernon server.lua
55
```
56
57
And visit <http://localhost:3000/>. Try opening multiple tabs!
58
+
59
+## Changing the port
60
61
+You can change the port number by setting the `$PORT` environment variable before invoking any of the scripts above, e.g.,
62
63
+```sh
64
+PORT=3001 node server.js
65
+```
0 commit comments