Personal website built with Vue.js 3, TailwindCSS v4, and TypeScript.
- Node.js 16+
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run devDevelopment server runs at http://localhost:5173
# Production build
npm run build
# Preview production build
npm run previewCloudflare Pages:
- Automated deployment via GitHub Actions
- Push to
master→ auto-deploy - See
docs/cloudflare-pages.mdfor setup
This is a personal blog repository. Contributions are limited to:
- ✅ Typo fixes
- ✅ Grammar corrections
- ✅ Bug fixes (technical issues only)
Not accepted:
- ❌ New blog posts
- ❌ Design/style changes
- ❌ Structural changes
- ❌ Feature additions
- ❌ Content suggestions
For typos or bugs, please open an issue or submit a small pull request.