We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae090e6 commit 41b683aCopy full SHA for 41b683a
examples/nodejs/README.md
@@ -4,12 +4,20 @@ This is an example project demonstrating the usage of the HackMD API client.
4
5
## Setup
6
7
-1. First, install the dependencies:
+1. First, build the HackMD API package:
8
```bash
9
+cd ../../nodejs
10
npm install
11
+npm run build
12
+cd ../examples/nodejs
13
```
14
-2. Set up your HackMD access token using one of these methods:
15
+2. Install the example dependencies:
16
+```bash
17
+npm install
18
+```
19
+
20
+3. Set up your HackMD access token using one of these methods:
21
22
a. Set it as an environment variable:
23
0 commit comments