Go to file
Gustavo Valverde 430a8ceea8 fix(ci): garbage collect dev instances just on PR closure 2024-07-29 18:34:48 +01:00
.github fix(ci): garbage collect dev instances just on PR closure 2024-07-29 18:34:48 +01: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 add windows zebrad binary 2024-07-10 18:58:31 -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