updated README

This commit is contained in:
ayabusa 2024-02-19 16:35:52 +01:00
parent 01d6db7368
commit 34027af2f4

View File

@ -1,7 +1,15 @@
# Tauri + Vanilla
# Rust Slicer
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.
## Recommended IDE Setup
## How to build
1. Install Rust using rustup
2. Install Tauri
3. Clone the repo
``` git clone "https://github.com/ayabusa/Rusty-slicer.git" ```
```cd Rusty-slicer```
4. Build using ```cargo tauri dev```
- [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)