Skip to content

Commit

Permalink
Merge pull request #29 from dethan3/master
Browse files Browse the repository at this point in the history
[fix] Remove extra spaces in README.zh
  • Loading branch information
wangeguo authored Dec 25, 2023
2 parents 4fd8ecc + 8919a41 commit c094b3e
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ issues](https://img.shields.io/github/issues/amphitheatre-app/playground)](https

## 它能做什么?

嵌入在网页中的代码运行器,支持多种编程语言。你可以查看演示并了解更多关于功能的信
[这里](https://play.amphitheatre.app)
嵌入在网页中的代码运行器,支持多种编程语言。你可以在[这里](https://play.amphitheatre.app)查看演示并了解更多关于功能的信息。

它具有以下功能:

Expand All @@ -32,8 +31,7 @@ issues](https://img.shields.io/github/issues/amphitheatre-app/playground)](https

## 架构

一个 `React` 前端与一个 [Axum 后
](https://github.com/amphitheatre-app/playground-api)进行通信。使用 `Docker`
一个 `React` 前端与一个 [Axum 后端](https://github.com/amphitheatre-app/playground-api)进行通信。使用 `Docker`
容器提供各种编译器和工具,并帮助隔离它们。

![Playground Architecture](./docs/images/architecture.jpg)
Expand Down Expand Up @@ -98,8 +96,7 @@ export default function App() {


在开发过程中,为了实现快速的编辑刷新循环,请运行 `yarn dev`。这将启动
一个 `HTTP` 服务器,并在 `TypeScript``HTML``CSS` 文件发生变化时自动重新编
译它们。
一个 `HTTP` 服务器,并在 `TypeScript``HTML``CSS` 文件发生变化时自动重新编译它们。

## 使用 `Docker-compose` 进行本地开发

Expand All @@ -112,31 +109,22 @@ export default function App() {
## 使用 `Amphitheatre` 进行开发

[Amphitheatre 的其他示例](https://docs.amphitheatre.app/examples/)一样,在[
装服务器和CLI软件](https://docs.amphitheatre.app/installation/)以及[配置证书和首
选项](https://docs.amphitheatre.app/getting-started/initialize/)后,执行以下命令
[Amphitheatre 的其他示例](https://docs.amphitheatre.app/examples/)一样,在[安装服务器和CLI软件](https://docs.amphitheatre.app/installation/)以及[配置证书和首选项](https://docs.amphitheatre.app/getting-started/initialize/)后,执行以下命令

```bash
amp run
```

## 贡献

如果感觉有任何不对劲,或者觉得某些功能缺失,请查看[贡献页
](https://docs.amphitheatre.app/contributing/)。在那里,您将找到分享反馈、在本
地构建工具以及向项目提交拉取请求的说明。
如果感觉有任何不对劲,或者觉得某些功能缺失,请查看[贡献页面](https://docs.amphitheatre.app/contributing/)。在那里,您将找到分享反馈、在本地构建工具以及向项目提交拉取请求的说明。

**此项目基于 Amphitheatre 开发的 Web3 开源通用游乐场产品,旨在帮助开发者更好地学
习Web3开发,由 [Amphitheatre](https://amphitheatre.app/)
**此项目基于 Amphitheatre 开发的 Web3 开源通用游乐场产品,旨在帮助开发者更好地学习 Web3 开发,由 [Amphitheatre](https://amphitheatre.app/)
[OpenBuild](https://openbuild.xyz) 共同赞助。**

**我们将一些开发任务作为任务主题并标记为“任务”,感兴趣的合作伙伴可以在相应的主题
中评估开发时间,我们将从他们中选择最合适的开发者并将任务分配给他,任务完成后并通
过PR,我们将给予奖励。**
**我们将一些开发任务作为任务主题并标记为“任务”,感兴趣的合作伙伴可以在相应的主题中评估开发时间,我们将从他们中选择最合适的开发者并将任务分配给他,任务完成并成功合并 PR 后,我们将给予奖励。**

更多信息,请参考[如何贡
](https://github.com/amphitheatre-app/playground/blob/master/docs/how_to_contribute.zh-CN.md)
[贡献奖励公告](https://github.com/amphitheatre-app/playground/issues/4)
更多信息,请参考[如何贡献](https://github.com/amphitheatre-app/playground/blob/master/docs/how_to_contribute.zh-CN.md)[贡献奖励公告](https://github.com/amphitheatre-app/playground/issues/4)

## License

Expand Down

0 comments on commit c094b3e

Please sign in to comment.