https://github.com/lbuque/m28k-docs
https://github.com/lbuque/m28k-docs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbuque/m28k-docs
- Owner: lbuque
- Created: 2024-04-05T10:15:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T15:59:36.000Z (over 2 years ago)
- Last Synced: 2025-01-22T03:44:38.831Z (over 1 year ago)
- Language: Python
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UIFLOW2 API Documentation
# Building Documentation
## 安装环境
```shell
pip3 install -r requirements.txt
```
## 编译
```shell
make html
```
## 预览
打开 build/html/index.html,即可在浏览器上预览。