Skip to content

appleairpod/portfolio-vite

 
 

Repository files navigation

Portfolio v2

Now with Vite!

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.

Features

  • Fast loading times.
  • Responsive, to an extent.
  • Made with Vite.
  • Styles by Tailwind.

Installation

  1. Clone the repository:
git clone https://github.com/3kh0/portfolio-vite.git
  1. Install dependencies, then build and start the project:
npm install
npm run dev

Contributing

If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

About

My portfolio, now with Vite!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.4%
  • JavaScript 29.5%
  • CSS 2.1%