2024-03-11 14:44:50 -07:00
|
|
|
# Zebra App
|
2024-02-27 18:05:37 -08:00
|
|
|
|
2024-03-11 14:44:50 -07:00
|
|
|
A Desktop app for installing and running Zebra.
|
2024-02-27 18:05:37 -08:00
|
|
|
|
|
|
|
## Recommended IDE Setup
|
|
|
|
|
2024-02-28 17:31:59 -08:00
|
|
|
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
1. Make sure all of the [Tauri prerequisites](https://beta.tauri.app/guides/prerequisites/) are installed.
|
2024-03-05 18:32:42 -08:00
|
|
|
2. Install `pnpm`
|
|
|
|
3. Run `pnpm i` to install npm packages
|
|
|
|
4. Run `pnpm tauri dev` to start the Tauri app.
|
2024-02-28 17:31:59 -08:00
|
|
|
5. Add an empty `dist` folder to the root of this project to fix the Rust warning in `src-tauri/src/main.rs`
|
2024-03-05 18:32:42 -08:00
|
|
|
6. Install Prettier for formatting .ts/.tsx/.css files
|