From 71eb98eba99571f5c496f41657206aeb1ec9c73f Mon Sep 17 00:00:00 2001 From: CJstate <142857225+CJstate@users.noreply.github.com> Date: Sun, 29 Mar 2026 08:14:18 -0400 Subject: [PATCH] Add Chinese README --- README.zh-CN.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.zh-CN.md diff --git a/README.zh-CN.md b/README.zh-CN.md new file mode 100644 index 00000000000000..701e4d9ca0a0ee --- /dev/null +++ b/README.zh-CN.md @@ -0,0 +1,14 @@ +# Node.js 中文文档 + +JavaScript 运行时。 + +## 快速开始 + +```bash +node app.js +``` + +## 资源 + +- 官网: https://nodejs.org +- 中文: https://nodejs.cn