Files
gitea-docs/README.md
2023-04-04 22:46:41 +08:00

16 lines
124 B
Markdown

# Gitea Docusaurus
## How to build
```shell
make clean
make build
```
## Development
```shell
make clean
make serve
```