My portfolio is now made with Vue! 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.
git clone https://github.com/3kh0/3kh0.net.git
npm install
npm run dev