It's a beginner friendly mutual fund index fund guiding platform to reduce risk and get better returns .
After forking the repository the copy then cloning link from your forked repository
git clone that link
Then
cd folder
npm install
nodemon server.js
then make a new branch to work by
git checkout -b your-new-branch-name
do all stuffs you want to contribute.
git status
git commit -m "Message you want a say"
git push origin
Go to that repository from where you have forked the project , and in the pull request section you can find a new pull request , click on the button an write about you contribution .
Your first contribution