Skip to content

RodrigoWebDev/lessPass-standalone-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📴 HTML Standalone Lesspass

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(preferably Chrome). You can also back up this file wherever you want.

📜 Instructions

How to download the file

  1. Open the website and click the "Download this page" button, or...
  2. Go to the dist folder (or click here) and download the index.html file.

How to use this file

Just open it in your browser, preferably Chrome, since I developed this using Chrome for testing.

🤔 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: