1) the reason the file changed count is so high is because the gitignore file was only ignoring the ~/node_modules file, and not the ~/backend/node_modules files. So in order to be able to run npm install in the backend dir, I had to remove all the node_modules files from git, update the gitignore to ignore both files, and then run npm install to get node_modules back (but ignored this time).
2) made a couple of changes to the leaderboards which you can look at screenshots in the issue. no biggie if you don't want some of the changes or write new tooltips, just let me know.
Fixes #5
1) the reason the file changed count is so high is because the gitignore file was only ignoring the ~/node_modules file, and not the ~/backend/node_modules files. So in order to be able to run npm install in the backend dir, I had to remove all the node_modules files from git, update the gitignore to ignore both files, and then run npm install to get node_modules back (but ignored this time).
2) made a couple of changes to the leaderboards which you can look at screenshots in the issue. no biggie if you don't want some of the changes or write new tooltips, just let me know.