mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +03:00
952 B
952 B
@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.