File: powernode-ghl-final.html
- This is your complete landing page
- Copy the entire content from the file viewer
File: src/pages/PowerNodeLanding.tsx
- This is the React version
- Copy if you want to use with React
File: package.json
- Contains all dependencies
- Copy if using React version
- Create a new folder on your computer
- Create these files and paste the content
- For React version: run
npm installthennpm run dev - For HTML version: just open the HTML file in browser
git init
git add .
git commit -m "Initial commit: PAI3 Power Node website"
git remote add origin https://github.com/yourusername/your-repo-name.git
git branch -M main
git push -u origin main- Vercel: Connect your GitHub repo for auto-deploy
- Netlify: Drag & drop the built files
- GitHub Pages: Enable in repository settings