Please read this before adding features/contributing to the project
You need NodeJS and Git installed in your OS. NodeJS can be downloaded from here.
Git can be downloaded from here.
Run npm install --global yarn in your terminal to install yarn.
Open your terminal.
cd into the project.
Run yarn in your terminal to install node_modules.
Make all the changes you want.
After you feel that the changes are enough.
Run git add .
Run git commit -m "Features"
Run git push -u origin main