Skip to content

Commit 53f252e

Browse files
committed
chore: update readmes
1 parent a036f1c commit 53f252e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ It boots up a js-ipfs instance via a custom React hook in `./src/hooks/use-ipfs-
88

99
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). **v2.1.3**
1010

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+
1122
## Available Scripts
1223

1324
In the project directory, you can run:

0 commit comments

Comments
 (0)