The website of Open Authenticator.
Check it out »
Website
·
App
·
Backend
·
Contribute
Open Authenticator Docs is the public-facing website for the Open Authenticator project. It includes :
- the main landing page ;
- platform-specific download links ;
- FAQ ;
- contact page ;
- a translation page ;
- privacy policy and terms of service.
Tip
If you like this project, consider starring it on GitHub !
Open Authenticator Docs is powered by Nuxt, therefore, you will need to have Node.js installed.
Note
Open Authenticator Docs is designed to be statically generated and deployed to GitHub Pages. You can see the workflow in action here.
To clone the repository and install dependencies, run in a shell :
git clone https://github.com/openauthenticator-app/docs.git
cd docs
npm installStart the development server :
npm run devThe site will then be available at http://localhost:3000.
Create a production build :
npm run buildGenerate the static version of the site :
npm run generatePreview the production build locally :
npm run previewContributions are more than welcome. For setup details, contribution rules and PR expectations, read the guidelines.
You can also help by :
- reporting bugs or suggesting features in the issue tracker ;
- submitting fixes for documentation, UI text or code.
If you want to support Open Authenticator financially, you can use :
Open Authenticator Docs is licensed under the GNU General Public License v3.0.