A simple redirection
Find a file
2023-07-23 22:41:34 +08:00
public Initial commit 2023-07-23 21:25:39 +08:00
src Add debugging redirect for expo 2023-07-23 22:21:33 +08:00
.eslintrc.cjs Initial commit 2023-07-23 21:25:39 +08:00
.gitignore Initial commit 2023-07-23 21:25:39 +08:00
index.html Initial commit 2023-07-23 21:25:39 +08:00
package-lock.json Set up github pages 2023-07-23 21:51:38 +08:00
package.json Set up github pages 2023-07-23 21:51:38 +08:00
README.md Updated README.md 2023-07-23 22:41:34 +08:00
tsconfig.json Initial commit 2023-07-23 21:25:39 +08:00
tsconfig.node.json Initial commit 2023-07-23 21:25:39 +08:00
vite.config.ts Set up github pages 2023-07-23 21:51:38 +08:00

A simple web redirect to allow users to open links in-app

To use the deployed app,

Sample Usage

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