Initialize Windows desktop skeleton
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# WirelessTextSyncer Desktop
|
||||
|
||||
Windows tray server for WirelessTextSyncer.
|
||||
|
||||
## Stack
|
||||
|
||||
- .NET 8
|
||||
- WinForms tray application
|
||||
- Fleck WebSocket server
|
||||
|
||||
## Development
|
||||
|
||||
```powershell
|
||||
dotnet restore
|
||||
dotnet build
|
||||
dotnet run --project .\WirelessTextSyncer.Windows\WirelessTextSyncer.Windows.csproj
|
||||
```
|
||||
|
||||
The initial server listens on `ws://0.0.0.0:8181`.
|
||||
|
||||
Reference in New Issue
Block a user