Initialize Windows desktop skeleton

This commit is contained in:
Misaka
2026-05-15 20:12:07 +08:00
commit 498251ad79
12 changed files with 334 additions and 0 deletions

20
README.md Normal file
View 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`.