Files
docs/README.md
T

41 lines
402 B
Markdown
Raw Normal View History

2023-04-04 22:46:41 +08:00
# Gitea Docusaurus
## How to build
```shell
make clean
make build
```
## Development
```shell
make clean
make serve
```
2023-05-26 14:30:13 +08:00
## Test en version
```
npm run start
```
## Test zh-cn version
```
npm run start -- --locale zh-cn
```
## Translate presets for zh-cn version
```
npx docusaurus write-translations --locale zh-cn
```
## Test both zh-cn and en versions
```
npm run build
npm run serve
```