Skip to content

Commit

Permalink
Update import build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Apr 13, 2021
1 parent fb55566 commit 7120523
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions import/asana/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 4 additions & 3 deletions import/notion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7120523

Please sign in to comment.