Updates `framer-motion` and `lucide-react` to specific versions. Also refactors CDN imports in `index.html` to use `esm.sh` for React v18, aligning with the updated dependencies and ensuring correct module resolution.
Includes an Apple-styled favicon for improved branding and suppresses the console warning related to using the Tailwind CSS CDN in production, offering a cleaner developer experience.
Adjust the page title and meta description to accurately reflect the current focus and design inspiration of the portfolio. The description now emphasizes the retro, 2009 Apple design, and the title is simplified to "Developer."
This commit sets up the foundational structure for the m5rcel portfolio website. It includes:
- Basic Vite project configuration with React and TypeScript.
- Essential dependencies like React, Framer Motion, and Lucide React.
- Initial HTML structure with meta tags and Tailwind CSS setup.
- Placeholder data structures for projects and timeline.
- A basic loading screen component.
- Updated README with local run instructions.