gui/packages/gui
2022-11-30 14:34:07 +08:00
..
src #33 clickable index indicator in FeaturedPackages 2022-11-30 14:30:59 +08:00
src-tauri Merge pull request #47 from teaxyz/package-banner 2022-11-30 08:07:57 +08:00
static #29 initial high fed navbar 2022-11-25 16:55:21 +08:00
tests initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
.eslintignore #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
.eslintrc.cjs fix globals 2022-11-30 14:34:07 +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 #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
.prettierrc #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
.tauriignore initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
package.json #33 FeaturedPackages component 2022-11-30 13:56:45 +08:00
playwright.config.ts initialize boilerplate with examples 2022-11-17 20:22:51 +08:00
postcss.config.cjs #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
README.md #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
svelte.config.js #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
tailwind.config.cjs #32 initial dynamic search packages 2022-11-27 15:08:25 +08:00
tsconfig.json #33 getFeaturedPackages api integration mock implementation 2022-11-30 14:17:22 +08:00
vite.config.ts #43 fontastic icons setup 2022-11-29 10:45:32 +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.