Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 487 Bytes

File metadata and controls

39 lines (28 loc) · 487 Bytes

PLOS-CLAN

PLOS-CLAN 官网项目,使用 Astro 构建,主要展示社区信息与项目内容。

技术栈

  • Astro
  • Tailwind CSS 4
  • GSAP
  • Bun

本地开发

bun install
bun dev

默认启动地址:http://localhost:4321

常用命令

bun dev
bun build
bun preview

目录

src/
  components/   页面组件
  layouts/      页面布局
  pages/        路由页面
  styles/       全局样式

public/         静态资源