Skip to content

zappjs/tauri-mba-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Tauri Menu Bar App

Use ZappJS to generate a Tauri desktop app that runs in your menu bar

Quickstart

By default, this project is specced to generate an MBA for Vercel.

To run this project as-is:

npm install
npm run tauri dev

Update Spec

If you want to generate an MBA for another web app, edit the spec in .zapp/spec.yml.

Here is an example for ChatGPT:

name: chatgpt-mba
title: ChatGPT
domain: dev.ctate
version: 0.1.0
license: MIT
url: https://chat.openai.com
window:
  width: 600
  height: 800

Then run:

npm run generate
npm run tauri dev

Change Icon

To change the icon, swap out .zapp/icon.svg for another SVG icon.

License

ZappJS is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published