No description
Find a file
Thomas Smith 0df60c00d1 Prettier
2022-12-19 17:02:50 -05:00
.github #85 add script for manually publish release for M1 and M2 2022-12-14 15:48:26 +08:00
packages Prettier 2022-12-19 17:02:50 -05:00
.gitignore #29 initial high fed navbar 2022-11-25 16:55:21 +08:00
package.json #85 add script for manually publish release for M1 and M2 2022-12-14 15:48:26 +08:00
pnpm-lock.yaml #35 FeaturedCourses 2022-12-06 13:17:54 +08:00
pnpm-workspace.yaml initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
README.md #85 add script for manually publish release for M1 and M2 2022-12-14 15:48:26 +08:00

Tea UI Workspace

This repository includes the tea GUI/Desktop App.

For better documentation checkout this notion.

Requirements

Development

Setting up the workspace just run here:

$ pnpm install

To develop the GUI within Tauri Webview

$ pnpm dev:gui

To develop the GUI within your local browser at localhost:8080

$ pnpm web:gui

Build a GUI installer

This assumes you have installed the dev dependencies

$ pnpm build:gui

Creating a release

Tag any commit in the main branch, then push directly to the main branch. Lets follow the semver versioning standard, prefixed with v: ie v1.2.3

$ git tag v1.0.0
$ git push <remote> tag v1.0.0

We do not have a runner for building for M1 and M2, to manually deploy a release. Make sure you have a aws-cli. Configure your aws cli profile correctly. To publish a release simply run

$ AWS_PROFILE=tea/or/etc pnpm release

Refer to each package README.md for instructions on how to setup and contribue to them: