Files
docs/README.md
T

24 lines
293 B
Markdown
Raw Normal View History

2024-06-06 21:08:01 +08:00
# Gitea Docs ![badge](https://gitea.com/gitea/docs/actions/workflows/build-and-publish.yaml/badge.svg)
2023-04-04 22:46:41 +08:00
## How to build
```shell
make clean
2023-07-05 03:54:54 +00:00
make prepare-docs
2023-04-04 22:46:41 +08:00
make build
```
## Development
```shell
make clean
2023-07-05 03:54:54 +00:00
make prepare-docs
2023-04-04 22:46:41 +08:00
make serve
```
2023-05-26 14:30:13 +08:00
## Test en version
2024-06-06 21:08:01 +08:00
```shell
2026-02-03 03:29:59 +00:00
pnpm run start
2023-05-26 14:30:13 +08:00
```