c14b7bf0cc
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org> |
||
---|---|---|
.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 App
A Desktop app for installing and running Zebra.
Recommended IDE Setup
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