Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ 2fa-wtf Public archive

What 2FA is all about, how to use it and how to implement it.

License

Notifications You must be signed in to change notification settings

dkundel/2fa-wtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2fa-wtf

This is the repository for the https://2fa.wtf page.

All pages are generated from the markdown files you can see here. The app folder points is where all the generation is happening.

Requirements

  • Node.js 4.0 or higher
  • For now a Unix operating system or a unix shell.

Setup

git clone https://github.com/dkundel/2fa-wtf.git
cd 2fa-wtf/app
npm install

How to run locally

npm run dev

This will build all files and spin up an auto-refreshing server.

Attention: When the Markdown files are regenerated you need to manually refresh the page once more at the moment.

How to build

npm run build

This will build all necessary files into the app/dist folder.

How to serve without building

npm run serve

This will serve the content from the app/dist folder.

Others

You'll find more build commands in the scripts part of the package.json.

Contributors

Dominik Kundel [email protected]

About

What 2FA is all about, how to use it and how to implement it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published