LoveLetter is a simple open source text editor to create and edit documents.
- Current version: 1.0.0
You can download LoveLetter (binary) here : https://kuvrot.itch.io/loveletter
-
Install electron in the project folder, you can use this quick guide: https://www.electronjs.org/es/docs/latest/tutorial/quick-start
-
Add the files in your project folder (replacing the default the default files).
to run LoveLetter type
npm start
The sofware is coded in javascript vanilla so executing it in a web browser is plausible.