# ============================================ # COMMANDS TO FIX STYLING ON cPanel # ============================================ # Step 1: Navigate to your project directory cd "/media/ash/Backup & Project/phillipnes" # Step 2: Install npm dependencies (if not already installed) npm install # Step 3: Build the assets for production npm run build # Step 4: Verify the build was successful ls -la public/build/ # Step 5: Check if manifest.json exists cat public/build/manifest.json # ============================================ # After running these commands: # ============================================ # 1. Upload the entire 'public/build/' folder to your cPanel # 2. Path on cPanel: public_html/your-project/public/build/ # 3. Set permissions: 755 for the build folder # 4. Refresh your website