Update import build instructions

This commit is contained in:
Chen-I Lim 2021-04-13 14:35:50 -07:00
parent fb555662d2
commit 71205233de
2 changed files with 9 additions and 7 deletions

View file

@ -1,11 +1,12 @@
# Asana importer
This node app converts a Trello json archive into a Focalboard archive. To use:
This node app converts an Asana json archive into a Focalboard archive. To use:
1. From the Asana Board Menu, select `Export / Print`, and `JSON`
2. Save it locally, e.g. to `asana.json`
3. Run `npm install`
4. Run `npx ts-node importAsana.ts -i <asana.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/asana`
5. Run `npx ts-node importAsana.ts -i <asana.json> -o archive.focalboard`
6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard`
## Import scope

View file

@ -4,9 +4,10 @@ This node app converts a Notion CSV and markdown export into a Focalboard archiv
1. From a Notion Board, open the ... menu at the top right
2. Select `Export` and pick `Markdown & CSV` as the export format
3. Save it locally, and unzip the folder e.g. to `notion-export`
4. Run `npm install`
5. Run `npx ts-node importNotion.ts -i <path to the notion-export folder> -o archive.focalboard`
6. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard`
4. Run `npm install` from within `focalboard/webapp`
5. Run `npm install` from within `focalboard/import/notion`
6. Run `npx ts-node importNotion.ts -i <path to the notion-export folder> -o archive.focalboard`
7. In Focalboard, click `Settings`, then `Import archive` and select `archive.focalboard`
## Import scope