An open API service indexing awesome lists of open source software.

https://github.com/yewomhango/mylamp

Desktop Bible app made with Tauri + Svelte
https://github.com/yewomhango/mylamp

bible bible-study electron kjv typescript

Last synced: 17 days ago
JSON representation

Desktop Bible app made with Tauri + Svelte

Awesome Lists containing this project

README

        

# MyLamp Bible
This is a desktop cross-platform Bible app made with **Tauri** + **Svelte**. Download page can be found in the [releases page](https://github.com/YewoMhango/MyLamp/releases/latest) and you can preview it [here](https://yewomhango.github.io/MyLamp)

# 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
```