Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 614 Bytes

MyLamp Bible

This is a desktop cross-platform Bible app made with Tauri + Svelte. Download page can be found in the releases page and you can preview it here

Installation on Ubuntu (or just Debian)

If you download the .deb file, you can install it by running

sudo dpkg -i package_name.deb

Development

You need to have npm/yarn and rust installed in order to build the project locally

Running in development mode:

npm run tauri dev

Compiling

npm run tauri build