-
Install Node.js (if not already installed)
- Download from nodejs.org
- Recommended version: 18.x or newer
-
Install dependencies:
npm install- Test locally:
npm run devOpen your browser at http://localhost:5173
raychev.github.io/
├── public/ # Static files (images, CNAME)
│ ├── img/ # All images
│ └── CNAME # Custom domain configuration
├── src/ # React components
│ ├── components/ # React components
│ ├── App.jsx # Main component
│ ├── main.jsx # Entry point
│ └── index.css # Styles
├── package.json # Dependencies and scripts
└── vite.config.js # Vite configuration
See DEPLOYMENT.md for full deployment instructions.
- Old files (
script.js,style.css, originalindex.html) are preserved but no longer used - All images have been moved to
public/img/ - The React application uses the same styles and functionality as the original site