gui/modules/gui
2023-01-16 14:38:01 +08:00
..
src #146 AssetType in home page 2023-01-16 14:38:01 +08:00
src-tauri #130 fix: installed packages listing 2023-01-11 14:16:57 +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 #144 init unit test and coverage in ci 2023-01-14 11:56:33 +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 #144 init unit test and coverage in ci 2023-01-14 11:56:33 +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.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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