Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.48 KB

README_zh.md

File metadata and controls

41 lines (33 loc) · 1.48 KB

Astro + React + TailwindCSS + PartyTown + pnpm + TS

[EN] [中文]

这是一个模板
包含 Astro React TailwindCSS PartyTown
工具: Biome lefthook commitlint
语言: Typescript
包管理: pnpm

  1. 框架 Astro + React

  2. 样式 TailwindCSS

  3. 优化 PartyTown

  4. 检查与格式化 Biome

  5. 代码提交

Commands

Command Action
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI