An open API service indexing awesome lists of open source software.

https://github.com/zeramorphic/armul


https://github.com/zeramorphic/armul

Last synced: 5 months ago
JSON representation

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/).