0
0
mirror of https://gitea.com/gitea/docs.git synced 2025-05-09 19:25:06 +00:00
Files
docs/README.md
2024-06-06 21:08:01 +08:00

24 lines
292 B
Markdown

# Gitea Docs ![badge](https://gitea.com/gitea/docs/actions/workflows/build-and-publish.yaml/badge.svg)
## How to build
```shell
make clean
make prepare-docs
make build
```
## Development
```shell
make clean
make prepare-docs
make serve
```
## Test en version
```shell
npm run start
```