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.
 
 
 
 
 
 

8 lines
134 B

.PHONY: run
run:
go run -tags "json1 sqlite3" ./main.go
build:
mkdir -p bin
go build -tags "json1 sqlite3" -o bin/focalboard-app