Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.68 KB

File metadata and controls

69 lines (42 loc) · 1.68 KB

✨ Ravel Portfolio

Ravel Portfolio Screenshot

This is a personal portfolio project built with Next.js, designed to showcase work, experience, and personal information in a modern, responsive, and interactive layout.


🚀 Getting Started

Run the development server:

npm run dev

# or

yarn dev

# or

pnpm dev

# or

bun dev

Then open http://localhost:3000 in your browser.


🛠️ Tech Stack


📁 Project Structure

```bash app/ # App router and page structure components/ # Reusable UI components public/images/ # Static assets like images (including screenshots) styles/ # Global CSS styles ```


📚 Learn More


📦 Deploy to Vercel

Easiest way to deploy this project is via Vercel, creators of Next.js:

Deploy with Vercel

EOF