diff --git a/.github/README.md b/.github/README.md index 4721232..e7ea9ae 100644 --- a/.github/README.md +++ b/.github/README.md @@ -85,7 +85,7 @@ import Share from 'fe-pilot/Share'; > ### > 1. AutoFillOtp            :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/AutoFillOtp/README.md) > 2. CopyToClipboard :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/CopyToClipboard/README.md) -> 3. LiveLocation         :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocation/README.md) +> 3. LiveLocation         :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocationTracking/README.md) > 4. LocateMe              :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LocateMe/README.md) > 5. PhoneBook           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/PhoneBook/README.md) > 6. Scanner                 :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/Scanner/README.md) diff --git a/README.md b/README.md index 34d3123..740930a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ import Share from 'fe-pilot/Share'; ### 1. AutoFillOtp              :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/AutoFillOtp/README.md) 2. CopyToClipboard :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/CopyToClipboard/README.md) -3. LiveLocation           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocation/README.md) +3. LiveLocation           :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LiveLocationTracking/README.md) 4. LocateMe                 :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/LocateMe/README.md) 5. PhoneBook             :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/PhoneBook/README.md) 6. Scanner                    :white_check_mark:   [Implementation & Structure](https://github.com/opensrc0/fe-pilot/blob/main/__app/component/Scanner/README.md) diff --git a/__app/component/CopyToClipboard/README.md b/__app/component/CopyToClipboard/README.md index 8b13789..b8eae9d 100644 --- a/__app/component/CopyToClipboard/README.md +++ b/__app/component/CopyToClipboard/README.md @@ -1 +1,7 @@ +# 1. Happy Flow +```js + +``` \ No newline at end of file diff --git a/__app/component/LocateMe/README.md b/__app/component/LocateMe/README.md new file mode 100644 index 0000000..6785c0f --- /dev/null +++ b/__app/component/LocateMe/README.md @@ -0,0 +1,6 @@ +1. sudo vim /etc/hosts +2. 127.0.0.1 beta.reliancedigital.live +3. chrome://net-internals/#hsts +4. delete beta.reliancedigital.live +5. chrome://flags/#unsafely-treat-insecure-origin-as-secure +6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003) \ No newline at end of file