update desktop
This commit is contained in:
63
desktop/readme.md
Normal file
63
desktop/readme.md
Normal file
@@ -0,0 +1,63 @@
|
||||
# 🛠️ GEEKCNC
|
||||
|
||||
⚡ Desktop Application for LinuxCNC. ⚡
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
## Install
|
||||
|
||||
Please make sure that you have installed the GoLang and Node development environments, ensuring that the Go version is 1.18 or higher and the Node version is 18.13 or higher
|
||||
|
||||
```shell
|
||||
# Query Go version
|
||||
go version
|
||||
# Query Node version
|
||||
node --version
|
||||
```
|
||||
|
||||
```shell
|
||||
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||
```
|
||||
|
||||
## Live Development
|
||||
|
||||
You can run your application in development mode by running `wails dev` from your project directory
|
||||
|
||||
```
|
||||
wails dev
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
Build the installation package for the application using the following command script
|
||||
|
||||
```[readme.md](readme.md)
|
||||
wails build -webview2 embed -nsis
|
||||
```
|
||||
|
||||
## 🌞 Development Team
|
||||
|
||||
> https://www.geekros.com
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user