Skip to content

RodrigoWebDev/lessPass-standalone-html

Repository files navigation

πŸ“΄ HTML Standalone Lesspass

Download it here or go to the 🌐 website.

This is a lightweight, standalone HTML version of the Lesspass password manager. In this version, you can download the single HTML file and have your favorite password manager with you forever, without depending on the website, repository, internet connection and without the need to install any app on your OS. Your system only needs a modern browser. You can also back up this file wherever you want.

πŸ“œ How to use this version

It's simple. You can download it from here and open it in your browser app or use the 🌐 website

πŸ€” How it works

You can know how it work here.

Development

To install the project in your machine you will need:

  • Git to clone this repo
  • Node (I'm using v20.15.1)

To run the project:

  • npm i to install (only necessary the first time)
  • npm run dev to run the local server
  • npm run build to generate the HTML file for production
  • npm run preview to preview the build file

This project use: