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.
1 parent 873ddbd commit 340c599Copy full SHA for 340c599
README.md
@@ -85,7 +85,12 @@ The Node-Typescript/Express Hackathon Starter Kit is production ready with authe
85
86
-----------------
87
88
-The easiest way to get started is to clone the repository:
+There are two ways to set this project up:
89
+
90
+- Setting up manually
91
+- Setting up using [Docker](#docker)
92
93
+### Setting up manually
94
95
```bash
96
# Get the latest snapshot
@@ -117,7 +122,7 @@ You must start ngrok after starting the project.
117
122
# Install the ngrok package
118
123
npm i -g ngrok
119
124
120
-# start ngrok to intercept the data exchanged on port 8080
125
+# start ngrok to intercept the data exchanged on port 3000
121
126
ngrok http 3000
127
```
128
0 commit comments