My personal portfolio website with an about me, my experiences, and my personal projects! Feel free to check out how I designed the site using Next.js and Tailwind CSS.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/[WinbertZhang]/personal-website.git
-
Navigate to the project directory:
cd personal-website -
Install necessary dependencies:
npm install
-
Start the local development server:
npm run dev
The site should now be running on
http://localhost:3000.
Your contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/NewFeature). - Commit your changes (
git commit -m 'Add some new feature'). - Push to the branch (
git push origin feature/NewFeature). - Open a pull request.
This project is open source and available under the MIT License.
Feel free to use and modify it for your personal or professional portfolio.