gui/packages/gui
neil b1ba538d51 #39 package banner detailed layout
* added @tea/ui StarRating component
2022-11-29 17:04:53 +08:00
..
src #39 package banner detailed layout 2022-11-29 17:04:53 +08:00
src-tauri #39 package banner detailed layout 2022-11-29 17:04:53 +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 #32 initial dynamic search packages 2022-11-27 15:08:25 +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 #32 enable package search functionality using fuse.js 2022-11-28 16:37:03 +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 #32 initial implementation of @tea/ui:PackageCard 2022-11-28 13:39:02 +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.