Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,28 @@ The use of the add-on is documented in the [Wiki section](https://github.com/Glu

### Building

Review Heatmap's build system recently underwent a number of changes. Updated build instructions will soon be added here. Please stand by.
#### Manual

Requirements:

- nodejs
- [anki-addon-builder](https://github.com/glutanimate/anki-addon-builder)

Install dependencies:

```shellSession
npm install
```

Build the addon:

```shellSession
$ aab build
$ npm run build
$ aab package_dist
```

You will find the ankiaddon file under the `build/` directory.

### Contributing

Expand Down
Loading