docs: how to develop locally (#4409)
This commit is contained in:
@@ -86,9 +86,14 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
|
|||||||
|
|
||||||
To run the development server, execute the following commands after all prerequisites for **Tauri** are installed:
|
To run the development server, execute the following commands after all prerequisites for **Tauri** are installed:
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> **If you are using a Windows ARM device, you additionally need to install [LLVM](https://github.com/llvm/llvm-project/releases) (including clang) and set the environment variable.**
|
||||||
|
>
|
||||||
|
> Because the `ring` crate is compiled based on `clang` under Windows ARM.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm run check
|
pnpm run prebuild
|
||||||
pnpm dev
|
pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user