Go to file
Automated Release Test 3417a604ba reverts changes to tauri.conf and zebrad_bin_path(), updates build script to add zebrad binary to binaries directory 2024-07-10 18:15:33 -04:00
.cargo Use Cargo (nightly) artifact dependencies to include a zebrad binary instead of a Tauri external binary (#49) 2024-07-09 21:49:38 -04:00
.github feat(pipelines): add ci/cd workflow (#13) 2024-03-08 14:29:44 +00:00
docker feat(docker): add a Dockerfile to run `zebra-app` (#9) 2024-03-05 19:15:51 -05:00
src updates crate description & fix btn styles (#25) 2024-03-11 22:29:09 -04:00
src-tauri reverts changes to tauri.conf and zebrad_bin_path(), updates build script to add zebrad binary to binaries directory 2024-07-10 18:15:33 -04:00
.gitignore reverts changes to tauri.conf and zebrad_bin_path(), updates build script to add zebrad binary to binaries directory 2024-07-10 18:15:33 -04:00
README.md Update README.md 2024-03-21 14:14:07 -04:00
index.d.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
index.html Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
package.json updates versions 2024-03-11 23:27:48 -04:00
pnpm-lock.yaml feat(pipelines): add ci/cd workflow (#13) 2024-03-08 14:29:44 +00:00
rust-toolchain.toml Use Cargo (nightly) artifact dependencies to include a zebrad binary instead of a Tauri external binary (#49) 2024-07-09 21:49:38 -04:00
tsconfig.json Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
tsconfig.node.json Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
vite-env.d.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
vite.config.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00

README.md

Zebra Launcher

A Desktop app for installing and running Zebra.

In-browser preview with example data

Installation

To install the Zebra Launcher:

  1. Download the installer for your operating system from the Github releases here.
  2. 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

  1. Make sure all of the Tauri prerequisites are installed.
  2. Install pnpm
  3. Run pnpm i to install npm packages
  4. Run pnpm tauri dev to start the Tauri app.
  5. Add an empty dist folder to the root of this project to fix the Rust warning in src-tauri/src/main.rs
  6. Install Prettier for formatting .ts/.tsx/.css files