mirror of
https://github.com/lemeow125/simple-redirect.git
synced 2024-11-17 06:19:28 +08:00
14 lines
509 B
Markdown
14 lines
509 B
Markdown
# A simple web redirect to allow users to open links in-app
|
|
|
|
# Sample Usage
|
|
|
|
To use the deployed app,
|
|
Have your activation email redirect a link like below
|
|
https://lemeow125.github.io/simple-redirect/#/stude/activation/MUID/12asdSDFGSDTSDFG
|
|
|
|
This will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG
|
|
"
|
|
|
|
"stude" in the example above must correspond to the name of your mobile app
|
|
|
|
Powered by Vite, ReactJS, and React Router
|