https://hymns-seven.vercel.app
This is the official repository for the unofficial Hymns & Hops web app.
Right now, the web app only contains the Hymnal, which can be found here on Amazon
After visiting Hymns and Hops for many years, the software developer in me knew there might be a better way to distribute hymnals. As such, this project was born.
This project is developed by Ian Thompson and is currently licensed under the MIT License. All are welcome to contribute to this repository.
If you encounter an issue while using this software, please report! If you are tech savvy, please open an issue here on GitHub.
Otherwise, please email me at ianthompson@nicelion.com.
This app is developed using Svelte, SvelteKit and Tailwind CSS. It also implements some components from the DaisyUI component library.
Anyone is welcome to contribute to this project. Begin by cloning this repository to your local computer by running git clone https://www.github.com/nicelion/hymns
. Then, enter into the directory where the repo was cloned
After you have cloned this repository:
Install dependencies:
npm install
Once the required node_modules
are installed, you can begin the local server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Anyone is welcome to open a pull request with any changes they'd like to see be implemented in production