You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Focalboard Mac Personal Desktop
This folder contains the code for the Mac Personal Desktop. It packages a lightweight Swift Mac App with the Mac build of the server, and the webapp. The server is run in a single-user mode.
Debugging in Xcode
Open Focalboard.xcworkspace in Xcode to debug it.
To debug the client webapp:
- Run the Focalboard desktop app from Xcode
- Open Safari
- Enable Safari's [developer tools]
- Select the Focalboard app from the develop menu, under your computer's name
Testing the single-user server
You can also run the server in single-user mode and connect to it via a browser:
- Run FOCALBOARD_SINGLE_USER_TOKEN=testtest make watch-single-user
- This runs the server with the -single-userflag
- Alternatively, select Go: Launch Single-user Serverfrom VSCode's run and debug options
- Open a browser to http://localhost:8000
- Open the browser developer tools to Application \ Local Storage \ localhost:8000
- Set focalboardSessionIdtotesttest
- Navigate to http://localhost:8000