This repository contains the website for Learn Quran. Please refer to the learn-quran/native respository for the best experience on mobile devices, available Android only, because I can't afford to pay for Apple's Developer Program 😅.
To know more about the platform itself.
Contributions, issues and feature requests are welcome!
Take a look at the "Running Locally" section 👇 to get started.
- Follow steps 1 and 2 from Google's Tutorial.
- Set your Firebase config accordingly in the
.env
file.- If you don't know how to get your Firebase project config, see this.
- If you'd like to know more about why all the variables are structured like this
REACT_APP_<var>
, check out this docuemnt by Facebook.
- Download all the dependencies using by running either
$ npm install
or$ yarn
. - Run the development server on
localhost:3000
by excuting either$ npm run start
or$ yarn start
.
Give this project a ⭐️ if you like it!
This project is Licensed under the GNU General Public License v3.0.