Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pids
.DS_Store

# VSCode project files
.vscode
.vscode/
*.code-workspace

# golang
Expand Down
6 changes: 0 additions & 6 deletions .vscode/extensions.json

This file was deleted.

100 changes: 0 additions & 100 deletions .vscode/launch.json

This file was deleted.

58 changes: 0 additions & 58 deletions .vscode/settings.json

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
>
> ️💡 [Learn more](https://forum.mattermost.com/t/upcoming-product-changes-to-boards-and-various-plugins/16669)

Improvements of this fork:
- BiDi text (Persian, Arabic, Hebrew) support

# Focalboard

![CI Status](https://github.com/mattermost/focalboard/actions/workflows/ci.yml/badge.svg)
Expand Down Expand Up @@ -48,7 +51,7 @@ Boards API docs can be found over at <https://htmlpreview.github.io/?https://git

Our [developer guide](https://developers.mattermost.com/contribute/focalboard/personal-server-setup-guide) has detailed instructions on how to set up your development environment for the **Personal Server**. You can also join the [~Focalboard community channel](https://community.mattermost.com/core/channels/focalboard) to connect with other developers.

Clone [mattermost-server](https://github.com/mattermost/mattermost-server) into sibling directory.
Clone [mattermost](https://github.com/mattermost/mattermost) into sibling directory.

Create an `.env` file in the focalboard directory that contains:

Expand Down
Loading