Hey, I am very new on working on a website. I made a website for my portfolio and I want to deploy on Vercel after testing with GitHub Pages. For some reason after running the deployment, my website isn't working and it's only showing a white page.
The template I'm using was made for GitHub Page but I want to bring my page to my own Vercel page to share with others.
The source code is here if anyone want see it: studiobutter/profile
Current Behavior: Showing a white page. Expected behavior: It should look something like this
Deploy Command: yarn vercel (following the on screen setup)
Project Infomation
Deployment URL or Custom Domain: https://profile-eight-ruddy.vercel.app/Environment (local, preview, production): localProject Framework: ReactBuild Settings: Framework Preset: Create React App Build Command (if not default): Output Directory (if not default): Install Command (if not default):Node/Runtime Version: v20.17.0Package Manager: yarnRelevant Packages: "bootstrap": "^5.2.3", "clipboard": "^2.0.11", "emailjs-com": "^3.2.0", "gh-pages": "^6.2.0", "react": "^18.2.0", "react-bootstrap": "^2.7.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-helmet-async": "^1.0.7", "react-icons": "^4.1.0", "react-router-dom": "^6.6.2", "react-scripts": "^5.0.1", "react-transition-group": "^4.4.2", "reactjs-popup": "^2.0.6", "typewriter-effect": "^2.18.2", "vercel": "^37.14.0", "web-vitals": "^3.1.1"
