Skip to content

Commit 340c599

Browse files
committed
docs: update docs
1 parent 873ddbd commit 340c599

File tree

3 files changed

+126
-359
lines changed

3 files changed

+126
-359
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@ The Node-Typescript/Express Hackathon Starter Kit is production ready with authe
8585

8686
-----------------
8787

88-
The easiest way to get started is to clone the repository:
88+
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
8994

9095
```bash
9196
# Get the latest snapshot
@@ -117,7 +122,7 @@ You must start ngrok after starting the project.
117122
# Install the ngrok package
118123
npm i -g ngrok
119124

120-
# start ngrok to intercept the data exchanged on port 8080
125+
# start ngrok to intercept the data exchanged on port 3000
121126
ngrok http 3000
122127
```
123128

0 commit comments

Comments
 (0)