└── 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-ME
package-lock.json ❯ REPLACE-ME
tsconfig.json ❯ REPLACE-ME
package.json ❯ REPLACE-ME
vite.config.ts ❯ REPLACE-ME
index.html ❯ REPLACE-ME
svelte.config.js ❯ REPLACE-ME
offline.html ❯ REPLACE-ME
main.ts ❯ REPLACE-ME
app.css ❯ REPLACE-ME
vite-env.d.ts ❯ REPLACE-ME
App.svelte ❯ REPLACE-ME
lib
segment.ts ❯ REPLACE-ME
pwa.ts ❯ REPLACE-ME
config
routes.ts ❯ REPLACE-ME
components
ScrollTop.svelte ❯ REPLACE-ME
NavHeader.svelte ❯ REPLACE-ME
SearchBar.svelte ❯ REPLACE-ME
Spinner.svelte ❯ REPLACE-ME
BookmarkCard.svelte ❯ REPLACE-ME
AyatCard.svelte ❯ REPLACE-ME
DoaCard.svelte ❯ REPLACE-ME
BacaDoaCard.svelte ❯ REPLACE-ME
SurahCard.svelte ❯ REPLACE-ME
store
store.ts ❯ REPLACE-ME
Views
Quran.svelte ❯ REPLACE-ME
ReadAyat.svelte ❯ REPLACE-ME
DoaHarian.svelte ❯ REPLACE-ME
Bookmark.svelte ❯ REPLACE-ME
Layout
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: