Maxime Dherbécourt's Personal Website
Welcome to my personal website that contains my portfolio of my scientific carrer, including other personal projects. The website is built with Next.js and TypeScript.
- Clean and Modern Design: The website features a clean and modern design that is visually appealing and easy to navigate.
- Responsive Layout: The website is fully responsive, ensuring a seamless experience across all devices.
- Interactive Simulations: The website includes interactive simulations that allow users to explore scientific concepts in an engaging way.
- Comprehensive Portfolio: The website showcases a comprehensive portfolio of my scientific career, including research projects, publications, and other personal projects.
- Next.js (App Router)
- TypeScript
- CSS Modules
- Install dependencies
npm install
- Start the dev server
npm run dev
- Open
http://localhost:3000
npm run dev- Start local dev servernpm run build- Build for productionnpm run start- Run the production buildnpm run lint- Lint the project
- The site is organized by route groups for homepage sections and core content.
- Simulation and article assets are stored in
public/for direct access.
