-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
# Lean 学习教程 | ||
|
||
网站 https://lean.lookeng.cn 的源代码。 | ||
|
||
## 本地运行 | ||
|
||
安装 docsify: | ||
|
||
```bash | ||
npm install -g docsify-cli | ||
``` | ||
|
||
在本地服务器上运行网站: | ||
|
||
```bash | ||
docsify serve docs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# LeanTutorials | ||
|
||
Source codes of the website: https://lean.lookeng.cn. | ||
Source codes of the website: https://lean.lookeng.cn. | ||
|
||
## Run the website locally | ||
|
||
Install docsify: | ||
|
||
```bash | ||
npm install -g docsify-cli | ||
``` | ||
|
||
Run the website on a local server: | ||
|
||
```bash | ||
docsify serve docs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# LeanTutorials | ||
# Lean 学习教程 | ||
|
||
Source codes of the website: https://lean.lookeng.cn. | ||
网站 https://lean.lookeng.cn 的源代码。 | ||
|
||
## 本地运行 | ||
|
||
安装 docsify: | ||
|
||
```bash | ||
npm install -g docsify-cli | ||
``` | ||
|
||
在本地服务器上运行网站: | ||
|
||
```bash | ||
docsify serve docs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# LEAN 学习教程 | ||
|
||
> 形式语言 [LEAN](https://leanprover.github.io/) 的学习笔记及资料 | ||
[GitHub](https://github.com/RexWzh/LeanTutorials) | ||
[开始](README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
* 相关项目 | ||
* [GlimpseOfLean](https://lean.lookeng.cn/glimpse_of_lean) | ||
* [NNG4](https://adam.math.hhu.de/#/game/nng) | ||
|
||
* 相关链接 | ||
* [LEAN 官网](https://leanprover.github.io/) | ||
* [Zulip 社区](https://leanprover.zulipchat.com/) | ||
|
||
* 语言 | ||
* [简体中文](https://lean.lookeng.cn/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- [README](README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters