Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 778 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 778 Bytes

This is a Next.js project bootstrapped with create-next-app.

  • Next.js - The React Framework for the Web
  • Tailwind CSS - Rapidly build modern websites without ever leaving your HTML
  • contentlayer - Contentlayer is a content SDK that validates and transforms your content into type-safe JSON data you can easily import into your application.

项目中文章使用mdx编写,通过contentlayer来编译 The project uses mdx to write articles, and compiles and packages them through contentlayer.

Getting Started

dev

pnpm i

pnpm dev

build

pnpm i

pnpm build