Skip to content

miramo/portfolio

Repository files navigation

maxime.dev

A personal portfolio. Because apparently LinkedIn isn't enough anymore.


Stack

  • Next.js 16output: "export", fully static, no server required
  • Tailwind CSS v4 — utility-first, dark/light theming via CSS custom properties
  • Framer Motion — animations with useReducedMotion support
  • TypeScript strict — because any is a cry for help

Commands

pnpm dev        # → http://localhost:3000
pnpm build      # → out/  (static, deploy anywhere)
pnpm preview    # serve the build locally
pnpm lint:fix   # because the linter is always right

Structure

src/
├── app/           # routes, layout, OG image, SEO
├── components/    # layout · sections · ui
└── data/          # all content. no JSX allowed.

About

Resources

Stars

Watchers

Forks

Contributors