This is the repository for my personal portfolio website, showcasing my skills, experience, and projects as a software engineer.
Live Site: qiyang.me
- React: For building the user interface.
- CSS: Custom styling for a modern, responsive design.
- Vercel: For deployment and hosting.
To get a local copy up and running, follow these simple steps.
You'll need Node.js and npm installed on your machine.
- Clone the repo
git clone https://github.com/YangQi007/My-portfolio.git
- Install NPM packages
npm install
- Start the development server
npm start
The site will be available at http://localhost:3000
.