This repository contains the source code for the "Church of Jesus Christ Scriptures App," a desktop application developed using Tauri and Svelte. This app provides a convenient and efficient way to access and read the scriptures from the website of The Church of Jesus Christ of Latter-day Saints.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step-by-step series of examples that tell you how to get a development environment running:
git clone https://github.com/Gabo-Tech/Scriptures-of-The-Church-of-Jesus-Christ-of-Latter-Day-Saints.git
cd church-of-jesus-christ-scriptures-app
npm install
npx tauri dev
To build the application for production, run:
npx tauri build
This command will compile the application and package it for the platform you are using.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.