5270e0c51f
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v4.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
docker | ||
src | ||
src-tauri | ||
.gitignore | ||
README.md | ||
index.d.ts | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite-env.d.ts | ||
vite.config.ts |
README.md
Zebra Launcher
A Desktop app for installing and running Zebra.
In-browser preview with example data
Installation
To install the Zebra Launcher:
- Download the installer for your operating system from the Github releases here.
- Run the installer
Note: It currently requires a 64-bit processor, and on macOS, an ARM-based processor such as the Apple M1.
Screenshots
Developer Setup
- Make sure all of the Tauri prerequisites are installed.
- Install
pnpm
- Run
pnpm i
to install npm packages - Run
pnpm tauri dev
to start the Tauri app. - Add an empty
dist
folder to the root of this project to fix the Rust warning insrc-tauri/src/main.rs
- Install
Prettier
for formatting .ts/.tsx/.css files