Table of contents generated with readme-toc
My portfolio is now made with Vite! In my last version, I learned how to use Tailwind, but I was using the CDN, which makes loading times slower. I'm using Vite to build the project this time, which allows me to make the site fast, and Tailwind will only load the style it needs.
Here is the old version if you want to see how bad it was.
- Clone the repository:
git clone https://github.com/3kh0/portfolio-vite.git
- Install dependencies, then build and start the project:
npm install
npm run dev
If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.