I had one issue in which everything was black and didn't reproduce the page here. I found out that prefers-color-scheme shouldn't be "dark" (or shouldn't exist) in src/app/globals.css, so I removed it and everything worked fine.
Also, I had some issues running psql commands on my Mac. I advise anyone running into this to first ensure postgres is correctly installed via brew and that the service is running with: brew services start postgresql
Hey!
I had one issue in which everything was black and didn't reproduce the page here. I found out that prefers-color-scheme shouldn't be "dark" (or shouldn't exist) in src/app/globals.css, so I removed it and everything worked fine.
Also, I had some issues running psql commands on my Mac. I advise anyone running into this to first ensure postgres is correctly installed via brew and that the service is running with: brew services start postgresql
Great tutorial, Fajarwz, thank you.