gui/modules/gui
2023-02-02 11:01:12 +08:00
..
src #183 move packages init store to a separate module 2023-01-30 20:30:47 +08:00
src-tauri #168 change bundle id to xyz.tea.gui 2023-01-23 11:58:47 +08:00
static #145 relayout home page 2023-01-16 09:52:13 +08:00
tests #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00
.eslintignore #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00
.eslintrc.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.gitignore #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00
.npmrc #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.prettierignore #143 tea:// protocol in gui 2023-01-23 11:41:34 +08:00
.prettierrc #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.tauriignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
package.json #157 render package details from markdown 2023-01-19 14:14:32 +08:00
playwright.config.ts #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
postcss.config.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
README.md #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00
setupTest.js lint 2023-01-16 09:58:16 +08:00
svelte.config.js #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
tailwind.config.ts #186 init electron ci build 2023-02-02 11:01:12 +08:00
tsconfig.json #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00
vite.config.ts #144 init unit test and coverage in ci 2023-01-14 11:56:33 +08:00

@tea/gui

Desktop app of tea for installing packages/softwares

More interesting and possibly updated documentations are at this NOTION page. It is ideal to review it also, its more updated.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

# use if you need interaction with the rust handlers
pnpm tauri dev

# or if ui dev only
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Testing

pnpm playwright install
pnpm test