Letters
When deployed, the Vercel app prompts for a 11-character code for which it redirects you to a configured link.
Prompt:
Entering the code:
Right code:
Once right code is entered, the link is displayed on screen as well as redirection is made.
Deployment
- Set up Vercel on your environment;
- Clone the repo;
- Copy
data.raw.example
todata.raw
and fill it in with tab-separated rows of name, code, url; - Run
./update.secrets
or create secret in Vercel fromdata.raw
; - Deploy running
vercel
.
Demo: https://letters-test.t56.now.sh/ (Try codecode123
for successful entry)