gui/packages/gui
2022-11-21 10:37:05 +08:00
..
src #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
src-tauri initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
static initialize boilerplate with examples 2022-11-17 20:22:51 +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 #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
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 #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
tsconfig.json initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
vite.config.ts initialize boilerplate with examples 2022-11-17 20:22:51 +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.