gui/modules/gui
2022-12-29 11:20:42 +08:00
..
src #111 package bottles table 2022-12-29 11:20:42 +08:00
src-tauri #111 package bottles table 2022-12-29 11:20:42 +08:00
static #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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 #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +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.