Go to file
Automated Release Test 8c4a5847ee fix child process name 2024-05-20 14:43:56 -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 fix child process name 2024-05-20 14:43:56 -04:00
.gitignore Release v0.0.0-alpha.2 (#41) 2024-05-17 21:35:48 -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
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