Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben99933 committed Feb 6, 2024
1 parent 18b4f56 commit 2ad42e7
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
# ben99933.github.io


A github page for introducing myself and my projects.

Template is from [vcard-personal-portfolio](https://github.com/codewithsadee/vcard-personal-portfolio), but I made it into Vue.js version.

Used technologies:
- [Vue.js](https://vuejs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/)

### Demo
Check the live demo [here](https://ben99933.github.io/)



## Get Started

Clone the repository


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

Install dependencies
```bash
npm install
```

Run the development server
```bash
npm run dev
```

Tailwind CSS Hot Reload
```bash
npm run hotfix
```

Build for production
```bash
npm run build
```

0 comments on commit 2ad42e7

Please sign in to comment.