fix: update readme

This commit is contained in:
Richard Ramos 2020-03-08 09:29:41 -04:00
parent 6644638ca5
commit d507a63c58
9 changed files with 43 additions and 33 deletions

View File

@ -7,15 +7,17 @@ Simple application using Apollo to receive a stream of emitted events. This app
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
yarn link --cwd packages/react
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
Then in the current folder link `@embarklabs/subspace` and `@embarklabs/subspace-react`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn link "@embarklabs/subspace-react"
yarn
```

View File

@ -7,15 +7,17 @@ Simple application using a react observable component to receive a stream of emi
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
yarn link --cwd packages/react
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
Then in the current folder link `@embarklabs/subspace` and `@embarklabs/subspace-react`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn link "@embarklabs/subspace-react"
yarn
```

View File

@ -8,15 +8,17 @@ This app will deploy a test contract to **Ganache**.
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
yarn link --cwd packages/react
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
Then in the current folder link `@embarklabs/subspace` and `@embarklabs/subspace-react`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn link "@embarklabs/subspace-react"
yarn
```

View File

@ -7,15 +7,17 @@ Simple application that dispatches a redux action whenever an event is emitted.
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
yarn link --cwd packages/react
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
Then in the current folder link `@embarklabs/subspace` and `@embarklabs/subspace-react`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn link "@embarklabs/subspace-react"
yarn
```

View File

@ -7,15 +7,17 @@ Simple application using a react observable component to receive a stream of emi
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
yarn link --cwd packages/react
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
Then in the current folder link `@embarklabs/subspace` and `@embarklabs/subspace-react`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn link "@embarklabs/subspace-react"
yarn
```

View File

@ -7,11 +7,11 @@ Simple application that shows how to use graphql queries with Subspace observabl
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
```

View File

@ -7,13 +7,13 @@ NodeJS application that uses `redux-observable` to initialize Subspace, deploy a
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
```
Then in the current folder link `"@embarklabs/subspace"`, and install the packages
Then in the current folder link `@embarklabs/subspace`, and install the packages
```
yarn link "@embarklabs/subspace"
yarn

View File

@ -8,11 +8,11 @@ For using Subspace with `react` and `redux`, please check `examples/react-redux`
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
```

View File

@ -7,11 +7,11 @@ Simple application using a vue to receive a stream of emitted events. This app w
- `yarn` or `npm` installed.
## Install
In the parent folder, install, build and link the package with `yarn` or `npm`
In the root folder, install, build and link the packages with `yarn` or `npm`
```
yarn
yarn build:dev
yarn link
yarn bootstrap
yarn link --cwd packages/core
```
Then in the current folder link `@embarklabs/subspace`, and install the packages
```