This is my personal blog built using VitePress, a lightweight and fast static site generator powered by Vue.js and Vite.
To get started with this blog, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies using
pnpm i
. - Run the development server with
pnpm docs:dev
. - Open http://localhost:5173/blog/ in your browser to view the blog.