Static Islamic Shia digital library with:
- catalog browsing
- category and author navigation
- full-text search (runtime scanning, no prebuilt index)
- in-browser reader with chapters, parts, and page navigation
Use any static server (do not open with file://).
Examples:
- VS Code Live Server
python -m http.server 8080
Then open:
http://localhost:8080/index.html
npm run checkIndividual commands:
npm run check:jsnpm run check:booksnpm run check:shellnpm test