Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bailaoshijiadao committed Apr 23, 2024
1 parent c4589af commit 447ab63
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Tauri + Vanilla
# Sugarchain-desktop

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
### Installation

## Recommended IDE Setup
```
$ npm install
```

- [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)
### Local Development

```
$ npm run tauri start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ npm run tauri build
```

0 comments on commit 447ab63

Please sign in to comment.