https://github.com/zeramorphic/armul
https://github.com/zeramorphic/armul
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeramorphic/armul
- Owner: zeramorphic
- Created: 2025-12-21T20:44:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T22:32:28.000Z (5 months ago)
- Last Synced: 2026-01-25T00:09:44.377Z (5 months ago)
- Language: Rust
- Size: 15.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.
## Setup
- Install [`pnpm`](https://pnpm.io/installation).
- [Use pnpm to install node](https://pnpm.io/cli/env) if not already installed.
- Install [Rust](https://rust-lang.org/tools/install/).
- Run `pnpm install` to get JavaScript dependencies.
- Install the Tauri prerequisites [here](https://tauri.app/start/prerequisites/).
Now:
- To run the project in debug mode, run `pnpm tauri dev`.
- To compile a release build, run `pnpm tauri build`.
- To run all processor tests, run `cargo test -p armul`.
## Development information
- The UI is created using [React](https://react.dev/). The main UI library is [shadcn](https://ui.shadcn.com/).