1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-29 21:01:01 +02:00

Add crucial step to Trello import readme

Fixes 
This commit is contained in:
Kevin Bloch (@codingthat) 2021-04-13 10:19:50 +02:00 committed by Kevin Bloch
parent cae02a2ae2
commit 4eddb09754

@ -3,9 +3,10 @@
This node app converts a Trello json archive into a Focalboard archive. To use:
1. From the Trello Board Menu, select `More`, then `Print and Export`, and `Export to JSON`
2. Save it locally, e.g. to `trello.json`
3. Run `npm install`
4. Run `npx ts-node importTrello.ts -i <trello.json> -o archive.focalboard`
5. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard`
3. Run `npm install` from within `focalboard/webapp`
4. Run `npm install` from within `focalboard/import/trello`
5. Run `npx ts-node importTrello.ts -i <path-to-trello.json> -o archive.focalboard` (also from within `focalboard/import/trello`)
6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard`
## Import scope