DebasishDhal99 commited on
Commit
4edc644
·
1 Parent(s): 1170a8f

Add repo information and tunneling steps.

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -6,3 +6,15 @@ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  sdk: docker
7
  pinned: false
8
  ---
9
+ # Goal
10
+ - Combine map exploration and wiki reading.
11
+
12
+ ## Motivation
13
+ - I am a map addict. While exploring Google maps, I keep a chrome tab open for checking out random places.
14
+ - Having a handy tool to quickly look up at wiki page of random locations would be a plus.
15
+
16
+
17
+ ## Quick remote access
18
+ - Use `ngrok` for frontend, `ngrok http 3000` (Since it doesnt have the password issue)
19
+ - Use `localtunnel` for backend, `ngrok http 8004` (I don't want remote users to have to enter password or click on a suspicious looking link).
20
+ - It works, I tested it on my phone, but it doesn't work on sandbox, most likely due to sandbox's requirement of `Authentication` from backend. Throws an `Error 511`.