Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Miguel de la Cruz e1c747d08b
Update Boards version to 7.3 (#3382)
2 years ago
..
Focalboard Cherry pick fix for #3268 (#3270) 2 years ago
Focalboard.xcodeproj Update Boards version to 7.3 (#3382) 2 years ago
Focalboard.xcworkspace Mac: Product name 3 years ago
FocalboardTests Product name 3 years ago
FocalboardUITests Product name 3 years ago
README.md Add readme for Mac and Win apps (#2757) 2 years ago
export.plist Basic Mac App 4 years ago

README.md

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:

  1. Run the Focalboard desktop app from Xcode
  2. Open Safari
  3. Enable Safari's [developer tools]
  4. 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:

  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