This site is a Vite + React app, so a blank page usually means the app was opened without the Vite server.
Run it with npm install and npm run dev, then open the local URL Vite shows in the terminal.
npm install
npm run dev