- Cache previously loaded Surahs
- Update web app when it updates
- Show icons on what is downloaded/cached
- FIX: On initial load shows the first ayat
- FIX: The audio stops on the next ayat
- FIX: Click on 'Play' does not Play and have to click 'play' button on player to play
All commands are run from the root of the project, from a terminal:
npm create astro@latest -- --template basics
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |