mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
update documentation
This commit is contained in:
parent
ed78e98b0f
commit
137bd3e3bb
2 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,12 @@ Setting up the workspace just run here:
|
||||||
$ pnpm install
|
$ pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Build a GUI installer
|
||||||
|
This assumes you have installed the dev dependencies
|
||||||
|
```
|
||||||
|
$ pnpm build:gui
|
||||||
|
```
|
||||||
|
|
||||||
Refer to each package README.md for instructions on how to setup and contribue to them:
|
Refer to each package README.md for instructions on how to setup and contribue to them:
|
||||||
|
|
||||||
* [tea/gui](./packages/gui/README.md)
|
* [tea/gui](./packages/gui/README.md)
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
"name": "@tea/workspace",
|
"name": "@tea/workspace",
|
||||||
"author": "neil molina <neil@tea.xyz>",
|
"author": "neil molina <neil@tea.xyz>",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"build:gui": "pnpm --filter gui exec tauri build"
|
||||||
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
Loading…
Reference in a new issue