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 a036f1c commit 53f252eCopy full SHA for 53f252e
README.md
@@ -8,6 +8,17 @@ It boots up a js-ipfs instance via a custom React hook in `./src/hooks/use-ipfs-
8
9
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). **v2.1.3**
10
11
+## Before you start
12
+
13
+First clone this repo, install dependencies in the project root and build the project.
14
15
+```console
16
+$ git clone https://github.com/ipfs/js-ipfs.git
17
+$ cd js-ipfs
18
+$ npm install
19
+$ npm run build
20
+```
21
22
## Available Scripts
23
24
In the project directory, you can run:
0 commit comments