Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(readme): translate some parts of readme #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
### 提前准备

1. Git
1. Node: install version 8.4 or greater
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
1. A fork of the repo (for any contributions)
1. A clone of the [single-spa.js.org repo](https://github.com/single-spa/single-spa.js.org) on your local machine
1. Node: 安装 8.4 或更高版本
1. Yarn: 请查看 [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
1. fork 本代码仓库(每一位贡献者都可以)
1. [single-spa.js.org repo](https://github.com/single-spa/single-spa.js.org) 的代码 clone 到本地

### 如何安装

1. `git clone [email protected]:single-spa/single-spa.js.org.git`
1. `cd single-spa.js.org/website` to go into the website root
1. `yarn` to install the website's npm dependencies
1. 执行 `git clone [email protected]:single-spa/single-spa.js.org.git`
1. 执行 `cd single-spa.js.org/website` 进入到 website 目录
1. 执行 `yarn` 来安装启动此文档站点所需要的 npm 依赖

### 本地执行

1. `cd website` 然后 `yarn start` 开启本地热更新服务。 (powered by [Docusaurus](https://docusaurus.io/))
1. `cd website` 然后 `yarn start` 开启本地热更新服务。 ([Docusaurus](https://docusaurus.io/) 提供)
1. `open http://localhost:3000` 打开浏览器查看效果。

## 贡献翻译
Expand Down