This repository contains the source code for my personal portfolio website built with Next.js and styled using TailwindCSS. The website showcases my projects, skills, and experiences, offering a comprehensive look at my professional capabilities.
- Responsive Design: Ensures the website works well on both mobile and desktop devices.
- Fast Loading Times: Leveraging Next.js for server-side rendering to provide faster load times.
- Interactive UI: Modern and interactive user interface designed with TailwindCSS.
Before you begin, ensure you have the following installed:
- Node.js (12.x or later)
- npm (6.x or later) or yarn (1.22.x or later)
To get this project up and running on your local machine, follow these steps:
- Clone the repository
git https://github.com/khanhduyvt0101/khanhduy-portfolio.git
cd khanhduy-portfolio
- Install dependencies
npm install
# or
yarn install
- Run the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result. The Next.js development server will start in development mode, reloading the page as you edit the files.
To build the application for production, use:
npm run build
# or
yarn build
This will generate a .next
folder with all the optimized production assets. To start serving the production build, use:
npm start
# or
yarn start
Contributions are always welcome! Please read the contributing guidelines first to ensure a smooth workflow.
- Thanks to all the contributors who spend time to help improve this project.
- Inspired by various creative portfolio designs across the web.
If you have any questions, feel free to reach out to me at [email protected].
Thank you for visiting my portfolio's source code repository!