Update README

This commit is contained in:
Lunny Xiao
2023-04-04 22:46:41 +08:00
parent da0e55515b
commit 6e5e809614

View File

@@ -1 +1,15 @@
# Gitea Docusaurus
# Gitea Docusaurus
## How to build
```shell
make clean
make build
```
## Development
```shell
make clean
make serve
```