Skip to content

ben99933/ben99933.github.io

Repository files navigation

ben99933.github.io

A github page for introducing myself and my projects.

Template is from vcard-personal-portfolio, but I made it into Vue.js version.

Used technologies:

Demo

Check the live demo here

Get Started

Clone the repository

git clone https://github.com/ben99933/ben99933.github.io.git

Install dependencies

npm install

Run the development server

npm run dev

Tailwind CSS Hot Reload

npm run hotfix

Build for production

npm run build