You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Port contributors guide to GitHub pages (#2296)
* Port contributor's guide to GitHub * Fix #2178. Port contributors guide to GitHub pages * Fix wrong file change * typo * Fix link * Replace PR with pull request * Remove comment * Doc at-mention, headings * Add sudo apt-get install autoconf dh-autoreconf * database typo * Update docs/dev-tips.md Co-authored-by: Doug Lauder <wiggin77@warpmail.net> * Update docs/index.md Co-authored-by: Doug Lauder <wiggin77@warpmail.net> * Update index.md * Update dev-tips.md Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
This commit is contained in:
@@ -83,7 +83,7 @@ Translated strings are stored in other json files under `webapp/i18n`, e.g. `es.
|
||||
|
||||
## Database
|
||||
|
||||
By default, data is stored in a sqlite datebase `focalboard.db`. You can view and edit this directly using `sqlite3 focalboard.db` from bash.
|
||||
By default, data is stored in a sqlite database `focalboard.db`. You can view and edit this directly using `sqlite3 focalboard.db` from bash.
|
||||
|
||||
## Unit tests
|
||||
|
||||
|
Reference in New Issue
Block a user