this app is built with the new javascript full stack framework remix.
- clone this repository
git clone https://github.com/abdenassar01/quran.git
- install dependancies
using yarn:
yarn
using npm:
npm install
- run locally
yarn
yarn run dev
npm
npm run dev