gui/packages/gui
2022-11-22 13:31:22 +08:00
..
src #10 optimize CI build test 2022-11-22 13:31:22 +08:00
src-tauri #10 build via pnpm 2022-11-22 11:17:31 +08:00
static #16 initialize branding design system configurations 2022-11-21 12:45:45 +08:00
tests initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.eslintignore initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.eslintrc.cjs #9 @tea/ui - isolated UI elements that can be reused wherever svelte is used. storybook is working 2022-11-21 10:37:05 +08:00
.gitignore initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.npmrc #9 @tea/ui - isolated UI elements that can be reused wherever svelte is used. storybook is working 2022-11-21 10:37:05 +08:00
.prettierignore initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.prettierrc initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.tauriignore initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
package.json #10 optimize CI build test 2022-11-22 13:31:22 +08:00
playwright.config.ts initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
postcss.config.cjs add tailwindcss 2022-11-18 19:52:38 +08:00
README.md #9 @tea/ui - isolated UI elements that can be reused wherever svelte is used. storybook is working 2022-11-21 10:37:05 +08:00
svelte.config.js #9 @tea/ui - isolated UI elements that can be reused wherever svelte is used. storybook is working 2022-11-21 10:37:05 +08:00
tailwind.config.cjs #16 initialize branding design system configurations 2022-11-21 12:45:45 +08:00
tsconfig.json create basic navbar with routing to all pages/views 2022-11-22 09:08:39 +08:00
vite.config.ts create basic navbar with routing to all pages/views 2022-11-22 09:08:39 +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, probably 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.