Merge pull request #256 from codingthat/patch-1

[GH-255] Add crucial step to Trello import readme
This commit is contained in:
Chen-I Lim 2021-04-13 14:33:11 -07:00 committed by GitHub
commit fb555662d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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