chore: 🧹 fix tools

This commit is contained in:
Lucas Colombo
2023-07-03 11:05:24 -03:00
parent 405d6a5855
commit 3bd9cbda12
4 changed files with 24 additions and 10 deletions

View File

@@ -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
```