mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-22 20:25:53 +00:00
16 lines
124 B
Markdown
16 lines
124 B
Markdown
# Gitea Docusaurus
|
|
|
|
## How to build
|
|
|
|
```shell
|
|
make clean
|
|
make build
|
|
```
|
|
|
|
## Development
|
|
|
|
```shell
|
|
make clean
|
|
make serve
|
|
```
|