Skip to content

3kh0/3kh0.net

Repository files navigation

3kh0.net

Now with Vue!

GitHub Actions Workflow Status

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.

Features

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

Installation

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