Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
/ 3kh0.net Public archive

The source code behind a older version of 3kh0.net

License

Notifications You must be signed in to change notification settings

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