A high-end, premium developer portfolio built for Ragul M, featuring a dark-mode-first glassmorphism aesthetic, interactive 3D elements, and advanced animations.
First, clone the repository:
git clone https://github.com/ragulhm/astral-architect-io.git
cd astral-architect-io
Install the dependencies:
npm install --legacy-peer-deps
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
src/
├── app/ # Next.js App Router (Layouts, Pages, Styles)
├── components/ # UI & Section Components
│ ├── effects/ # Particle Fields, 3D elements, Bento Grids
│ ├── sections/ # Hero, Projects, Skills, Contact, Footer
├── data/ # Site Content (Projects, Skills, Socials)
└── lib/ # Utilities (cn, tailwind-merge)
The project is optimized for deployment on Netlify or Vercel.
To build for production:
npm run build
This project is open-source and available under the MIT License.
Built with ❤️ by Ragul M
1824fc1 (docs: upgrade README.md with new tech stack and features)