3kh0 / 3kh0.net

The source code behind a older version of 3kh0.net
https://3kh0.net
MIT License
12 stars 28 forks source link
3kh0 hacktoberfest portfolio tailwindcss vite

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

Installation

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