Skip to content

abdenassar01/quran

Repository files navigation

Muslim web

stack

this app is built with the new javascript full stack framework remix.

setup

  • 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