A TOTP 2FA Authencator website.
...
路徑:/api/{name}?lebel_1=val_1&label2=val_2&...
| API | Input | Output | intro |
|---|---|---|---|
| filename | req.query: { key: value } | res: { key: value } | intro |
| Content | Provider |
|---|---|
| ... | ... |
| Content | Service |
|---|---|
| Code Backend | Firebase |
| API Backend Server | Netlify |
| Frontend Server | Netlify |
# install necessary pkg
pnpm i
# hot reloading dev
pnpm dev
# deploy & compile
pnpm build# install necessary pkg
npm i
# hot reloading dev
npm run dev
# deploy & compile
npm run build# install necessary pkg
yarn
# hot reloading dev
yarn dev
# deploy & compile
yarn build