This is my personal portfolio website built with Nuxt 4, showcasing projects, experience, and design work.
- Clone the repository
- Install dependencies:
yarn install
- Run the development server:
Open http://localhost:3000 in your browser.
yarn dev
- Node.js 24.x
- Yarn 4.x
To build for production:
yarn buildTo generate a static build:
yarn generateTo preview the production build:
yarn preview yarn test yarn lintContributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is MIT licensed.