My personal portfolio and blog website showcasing my work as a frontend developer. Visit clemc.dev to see it live.
- Framework:Nuxt 4
- Content Management:Nuxt Content for blog posts and markdown handling
- Styling:
- Nuxt UI for component library
- TailwindCSS for styling
- Deployment:
- Netlify Static Hosting
Clone the repository:
git clone https://github.com/clemcornet/clemc.dev.git cd clemc.devInstall dependencies:
# Using pnpm (recommended) pnpm installStart development server:
pnpm dev
Build the application:
pnpm generate
Preview production build:
pnpm preview