Skip to content

Build angular cn docs site

Will 保哥 edited this page Apr 14, 2023 · 1 revision
  1. Run node:lts container

    docker run --rm --name node -it node:lts bash
  2. Download source and build aio inside container

    git clone https://github.com/ng-docs/angular-cn.git --depth=1
    cd angular-cn/aio/
    yarn build

    Current issue:

    image

Clone this wiki locally