Welcome to the Quran App! This application allows users to read the Quran in Arabic or the English translation by Sam Gerrans. Built using SvelteKit and leveraging the Orama search library, this project aims to provide a seamless and user-friendly experience for exploring the sacred text.
Currently hosted at temporary vercel domain https://quran-svelte.vercel.app
Follow these instructions to get a copy of the project up and running on your local machine.
git clone https://github.com/abnewstein/quran-svelte.git
cd quran-svelte
npm install
To run the app in development mode:
npm run dev
Visit http://localhost:5000 in your browser to view the app.
To create a production build:
npm run build
The optimized build will be available in the build
directory.
Feel free to explore the codebase, submit issues, and contribute to making this Quran Reading App even better!