focalboard/win-wpf
2022-05-11 17:25:46 -06:00
..
art Windows WPF / UWP app 2021-03-01 11:36:36 -08:00
Focalboard Update GitHub workflow to use Windows 2022 (#2348) 2022-02-16 07:43:09 -08:00
.gitignore Windows zip package 2021-03-23 13:49:23 -07:00
AppxManifest.xml update to version 7.2.0 2022-05-11 17:25:46 -06:00
build.bat windows: updates based on tests for gitlab (#546) 2021-06-09 12:03:19 +02:00
Focalboard.sln Windows WPF / UWP app 2021-03-01 11:36:36 -08:00
package-zip.bat Windows zip package 2021-03-23 13:49:23 -07:00
package.bat Windows WPF / UWP app 2021-03-01 11:36:36 -08:00
README.md Add readme for Mac and Win apps (#2757) 2022-04-12 09:20:36 -07:00

Focalboard Windows Personal Desktop

This folder contains the code for the Windows Personal Desktop. It packages a lightweight C# Windows App with the Windows build of the server, and the webapp. The server is run in a single-user mode.

Debugging in Visual Studio

Open Focalboard.sln in Visual Studio to debug it.

Testing the single-user server

You can also run the server in single-user mode and connect to it via a browser:

  1. Run FOCALBOARD_SINGLE_USER_TOKEN=testtest make watch-single-user
  • This runs the server with the -single-user flag
  • Alternatively, select Go: Launch Single-user Server from VSCode's run and debug options
  1. Open a browser to http://localhost:8000
  2. Open the browser developer tools to Application \ Local Storage \ localhost:8000
  3. Set focalboardSessionId to testtest
  4. Navigate to http://localhost:8000