This is the landing page for KeyVault OTP 2FA Authenticator, a secure and user-friendly two-factor authentication app for iOS.
/
├── public/
│ ├── favicon.svg
│ ├── logo.svg
│ └── app-screenshot.png
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ ├── index.astro
│ ├── privacy.astro
│ └── terms.astro
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |