"git fetch origin main" in terminal to download the latest changes from the remote repository to your local machine
"git merge origin main" to merge the changes from the remote repository into your current branch
If there are conflicts, commit them into their own branch but don't push
follow this if you get lost when committing: https://hackernoon.com/how-to-merge-two-github-branches-with-entirely-different-stories-rk1n356n
After a fresh pull, run: npm i npm run dev
After adding entries to database, run npm run refresh
I followed https://www.youtube.com/watch?v=GVjIflROwJ4&t=118s
The design it's made after, source code, and assets are linked in the description of that video
use material icons (https://mui.com/material-ui/material-icons/?query=team) and google fonts (https://fonts.google.com/) later on can use https://picsum.photos/images for placeholder images