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
- Host: GitHub
- URL: https://github.com/yewomhango/mylamp
- Owner: YewoMhango
- Created: 2021-09-20T22:02:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T14:02:20.000Z (over 2 years ago)
- Last Synced: 2025-04-01T06:41:19.750Z (about 2 months ago)
- Topics: bible, bible-study, electron, kjv, typescript
- Language: Svelte
- Homepage: https://yewomhango.github.io/MyLamp
- Size: 2.13 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```