gui/modules/gui
2023-01-11 14:39:22 +08:00
..
src #138 SuggestedPackages component 2023-01-11 14:39:22 +08:00
src-tauri #130 fix: installed packages listing 2023-01-11 14:16:57 +08:00
static #78 implement auth state change in gui, after login show user 2023-01-03 20:31:59 +08:00
tests #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.eslintignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.eslintrc.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.gitignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.npmrc #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.prettierignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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 #129 bcrypt authorization attach on headers.authorization 2023-01-10 20:43:09 +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 #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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 #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
vite.config.ts #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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.