update documentation

This commit is contained in:
neil 2022-12-14 06:42:12 +08:00
parent ed78e98b0f
commit 137bd3e3bb
2 changed files with 9 additions and 0 deletions

View file

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

View file

@ -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/*"