Miller columns, Tree layout, License, Web support, Native and browser file pickers #1
|
@ -43,7 +43,8 @@ description = "Compile in the release mode and create installation packages"
|
|||
dependencies = ["tauri_build", "show_release_paths"]
|
||||
|
||||
# @TODO Write task `bundle_browser` once we know whether we need only the frontend
|
||||
# or also the backend side (Moon server)
|
||||
# or also the backend side (Moon server).
|
||||
# (Don't forget to add the task to the main README.md)
|
||||
|
||||
# @TODO: Format also Typescript and CSS
|
||||
[tasks.format]
|
||||
|
|
17
README.md
17
README.md
|
@ -7,14 +7,20 @@
|
|||
<img width="800" src="https://github.com/JoyOfHardware/FastWave2.0/assets/18517402/87b7cafb-ccdf-4968-8057-3a19632f227f" alt="fastwave_screenshot" />
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
### Start:
|
||||
### Install requirements:
|
||||
|
||||
1. Install [Rust](https://www.rust-lang.org/tools/install)
|
||||
2. Install [Node.js](https://nodejs.org/)
|
||||
3. `cargo install cargo-make`
|
||||
4. `makers install`
|
||||
5. `makers start`
|
||||
|
||||
___
|
||||
|
||||
### Start:
|
||||
|
||||
1. `makers start`
|
||||
|
||||
Troubleshooting:
|
||||
- In case of Tauri compilation errors, install system dependencies: https://beta.tauri.app/guides/prerequisites/
|
||||
|
@ -29,6 +35,13 @@ Troubleshooting:
|
|||
|
||||
---
|
||||
|
||||
### Start in the browser:
|
||||
|
||||
1. `makers start_browser`
|
||||
2. Ctrl + Click the server URL mentioned in the terminal log
|
||||
|
||||
---
|
||||
|
||||
### Steps before pushing:
|
||||
|
||||
1. `makers format`
|
||||
|
|
Loading…
Reference in a new issue