# SSH into your server ssh username@your-hosting.com # Create directory mkdir -p ~/public_html/pesteam.govinduvach.in cd ~/public_html/pesteam.govinduvach.in # Create files using cat (copy-paste content) cat > package.json << 'EOF' [PASTE CONTENT HERE] EOF # Repeat for each file