└── quran-svelte-vite/
├── README.md
├── index.html
├── package-lock.json
├── package.json
├── public
│ ├── offline.html
│ └── vite.svg
├── src
│ ├── App.svelte
│ ├── Layout
│ ├── Views
│ ├── app.css
│ ├── components
│ ├── config
│ ├── lib
│ ├── main.ts
│ ├── offline.html
│ ├── static
│ ├── store
│ └── vite-env.d.ts
├── svelte.config.js
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
QURAN-SVELTE-VITE/
tsconfig.node.json ❯ REPLACE-MEpackage-lock.json ❯ REPLACE-MEtsconfig.json ❯ REPLACE-MEpackage.json ❯ REPLACE-MEvite.config.ts ❯ REPLACE-MEindex.html ❯ REPLACE-MEsvelte.config.js ❯ REPLACE-ME
offline.html ❯ REPLACE-MEmain.ts ❯ REPLACE-MEapp.css ❯ REPLACE-MEvite-env.d.ts ❯ REPLACE-MEApp.svelte ❯ REPLACE-MElib
segment.ts ❯ REPLACE-MEpwa.ts ❯ REPLACE-MEconfig
routes.ts ❯ REPLACE-MEcomponents
ScrollTop.svelte ❯ REPLACE-MENavHeader.svelte ❯ REPLACE-MESearchBar.svelte ❯ REPLACE-MESpinner.svelte ❯ REPLACE-MEBookmarkCard.svelte ❯ REPLACE-MEAyatCard.svelte ❯ REPLACE-MEDoaCard.svelte ❯ REPLACE-MEBacaDoaCard.svelte ❯ REPLACE-MESurahCard.svelte ❯ REPLACE-MEstore
store.ts ❯ REPLACE-MEViews
Quran.svelte ❯ REPLACE-MEReadAyat.svelte ❯ REPLACE-MEDoaHarian.svelte ❯ REPLACE-MEBookmark.svelte ❯ REPLACE-MELayout
Layout.svelte ❯ REPLACE-ME
offline.html ❯ REPLACE-ME
Before getting started with quran-svelte-vite, ensure your runtime environment meets the following requirements:
Install quran-svelte-vite using one of the following methods:
Build from source:
Clone the quran-svelte-vite repository:
❯ git clone https://github.com/heyhadi/quran-svelte-vite
Navigate to the project directory:
❯ cd quran-svelte-vite
Install the project dependencies: