Go to file
Arya c14b7bf0cc
updates crate description & fix btn styles (#25)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-11 22:29:09 -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 updates crate description & fix btn styles (#25) 2024-03-11 22:29:09 -04:00
.gitignore Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
README.md Update README.md 2024-03-11 17:44:50 -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 feat(pipelines): add ci/cd workflow (#13) 2024-03-08 14:29:44 +00: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 App

A Desktop app for installing and running Zebra.

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