chore: 🧹 fix tools
This commit is contained in:
12
README.md
12
README.md
@@ -41,4 +41,16 @@ DEFAULT_THEME=dark # optional
|
||||
```bash
|
||||
$ npm install
|
||||
$ npm run build
|
||||
```
|
||||
|
||||
### serve
|
||||
```bash
|
||||
$ npm run serve -- --server path/to/gitea/custom
|
||||
|
||||
# e.g.
|
||||
|
||||
# on linux
|
||||
$ npm run serve -- --server ~/gitea/custom
|
||||
# on windows
|
||||
$ npm run serve -- -- --server c:/gitea/custom
|
||||
```
|
||||
Reference in New Issue
Block a user