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.
If you'd like to author/view the docs locally:
git clone https://github.com/Freedyool/c4model-cn.git
cd c4model-cn
npm ci
npm run docs:dev
- Open http://localhost:5173
And you can run npm run docs:build
to make sure your commit will pass the build check.