This repository contains the HTML, JavaScript and CSS for 2fa.directory proposed version 5.0.
All data used to populate the categories is located in 2factorauth/twofactorauth.
The website is based on the static site generator Hugo.
To build locally you will need to follow the installation instructions for Hugo.
Ruby is also required for some scripts.
After you've installed Hugo and Ruby, follow these steps to build the site locally:
- Fetching entries:
ruby generate_entries.rb
- Generating regional pages:
ruby generate_regions.rb
- Run Hugo locally:
hugo serve
When contributing changes to this repository, please make sure your IDE follows our editorconfig.