Cross-platform desktop application for projecting religious scriptures live
Downloads for macOS, Linux, and Windows coming soon™
See the Tauri wiki to install all development dependencies prior to continuing the steps below
- Clone this repo to your local machine
git clone https://github.com/rrecalo/scripture-show.git - CD into the root of the project, and install front-end dependencies with npm:
cd scripture-show npm install - Make and run a development build with the following command
npm run tauri dev - You can now make changes and start developing, congrats!