-
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Also, this logged when I ran
|
Beta Was this translation helpful? Give feedback.
-
You have to clone the repo and If you want to build the docs, you'll need the repo, but if you just want to use
Then create a file (index.js) and import the package |
Beta Was this translation helpful? Give feedback.
-
Thanks @switz - that's correct. |
Beta Was this translation helpful? Give feedback.
You have to clone the repo and
cd
into it. You're running all of these commands in your home directory~
.If you want to build the docs, you'll need the repo, but if you just want to use
demofile
run:Then create a file (index.js) and import the package
const demofile = require('demofile');
.