Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 309 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 309 Bytes

Personal Site

This is a work-in-progress personal web app for myself. It uses:

  • Vue.js - Typescript
  • Vite
  • TailwindCSS
  • HeadlessUI
  • HeroIcons

Setup

First install all npm dependencies with

npm install

Start

Then you can run the vite server with

npm run dev