focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
How to download and setup focalboard
Open terminal and run command
git clone https://github.com/mattermost/focalboard.git
git clone is used to create a copy or clone of focalboard repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with focalboard https://github.com/mattermost/focalboard/archive/master.zip
Or simply clone focalboard with SSH
[email protected]:mattermost/focalboard.git