download link : https://nodejs.org/dist/v12.18.4/node-v12.18.4-linux-x64.tar.xz
git clone https://github.com/RohitkuDwivedi/DhanSuvidha_Website.git
cd DhanSuvidha_Website/dhan-suvidha
npm install
npm start
- run
npm run build
- this overrides contents of DhanSuvidha_Website/dhan-suvidha/build or creates a build folder id not already exists.
- copy all the files inside build folder and upload to public_html folder in cpanel
- pull changes: git pull
- Create branch: git checkout -b <branch_name>
- check modification status: git status
- add file to staging area: git add / git add .