Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 743 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 743 Bytes

Project Roadmap

Integrations

  • ✅ corepack & pnpm
  • ✅ Commitlint & Commitizen
  • ✅ simple-git-hooks
  • ✅ UnoCSS
  • ✅ React & JSX
  • ✅ Astro

Blog Features

  • ✅ Sitemap
  • ✅ RSS Feed
  • ✅ Markdown & MDX
  • Last modified time
  • giscus
  • Reading time
  • i18n

CLI & Frontend Engineering

Commands Actions
pnpm install Install dependencies
pnpm dev Start local dev server
pnpm cm Lint git commit messages
pnpm build Build production site to ./dist/
pnpm preview Preview build locally before deploying