Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 479 Bytes

Structurizr documentation

This repo contains the zh version of the website published at https://c4model.com.

You can visit https://c4.yooll.ltd to obtain the latest document.

Local authoring

If you'd like to author/view the docs locally:

  1. git clone https://github.com/Freedyool/c4model-cn.git
  2. cd c4model-cn
  3. npm ci
  4. npm run docs:dev
  5. Open http://localhost:5173

And you can run npm run docs:build to make sure your commit will pass the build check.