This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
An effort from Quran Dreamers team
For development, you will only need Git and Node.js installed in your environement. Feel free to use IDE of you choice. VS Code is free and has good support.
-
Just go on official Brew website and install it or use the command below.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Once brew is installed, use the following command to install git
$ brew install git
-
Just go on official Node.js website and download the installer or use the command below.
$ brew install node
-
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v18.12.1
$ npm --version
8.19.2
$ git clone git@github.com:codejutsu-desu/Quran-Dreamer.git
$ cd Quran-Dreamer
$ npm install
$ npm run dev
Will edit the below section once have details from team
Open a/nice/path/to/a.file
then edit it with your settings. You will need:
- A setting;
- Another setting;
- One more setting;
$ instructions coming soon