-
Notifications
You must be signed in to change notification settings - Fork 58
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
1 changed file
with
0 additions
and
31 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 |
---|---|---|
@@ -1,31 +0,0 @@ | ||
# XJTU-RMV | ||
|
||
XJTU 视觉组 公开教程。 | ||
|
||
## 本地部署与调试 | ||
|
||
安装 [Node.js](https://nodejs.org/zh-cn)/[Git](https://git-scm.com/)。 | ||
|
||
```shell | ||
git clone https://github.com/XJTU-RMV/XJTU-RMV.github.io.git | ||
cd XJTU-RMV.github.io | ||
npm install -g pnpm | ||
pnpm i | ||
pnpm dev | ||
``` | ||
|
||
## 编译 PDF | ||
|
||
```shell | ||
pnpm run export-pdf | ||
``` | ||
|
||
不过暂时编译并不是很优雅,导出的 PDF 也并未按照理想的顺序,暂不推荐。 | ||
|
||
## 贡献者 | ||
|
||
<a href="https://github.com/XJTU-RMV/XJTU-RMV.github.io/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=XJTU-RMV/XJTU-RMV.github.io" /> | ||
</a> | ||
|
||
Made with [contrib.rocks](https://contrib.rocks). | ||