I started out by taking an old HELLO.RGB.45 board that I had made in the past. Then I connected my FabISP44 to the board trough a 6 pin connector and then I connected the FabISP44 to the computer by mini usb. After that I connected a battery to the power intput. With that step I had finished setting the board up and was ready to start programming.
The first problem that I had was when I started out I started out with an LCD board and I sloderd the wires wrong on the LCD screen so I swithced to the RGB board.
I also had a problem when I was uploading the Git becuse I accidentally included a large mp4 and the size of my file went bigger than 100mb and we solved that problem by reverting the git push by using the line git reset --hard HEAD~1. We used this site to help Stackflow: How do I undo the most recent local commits in Git?