commit
0e35e3f7ab
23
README.md
23
README.md
|
@ -11,23 +11,28 @@ Command line chat client for status
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
clone the repo via git:
|
clone the repo via git:
|
||||||
```
|
|
||||||
$ git clone https://github.com/status-im/status-x.git
|
```sh
|
||||||
|
git clone https://github.com/status-im/status-x.git
|
||||||
```
|
```
|
||||||
And then install the dependencies with `yarn`.
|
And then install the dependencies with `yarn`.
|
||||||
```
|
|
||||||
$ cd status-x
|
```sh
|
||||||
$ yarn
|
cd status-x
|
||||||
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
To develop:
|
To develop:
|
||||||
```
|
|
||||||
$ yarn run start
|
```sh
|
||||||
$ yarn run lint
|
yarn run start
|
||||||
|
yarn run lint
|
||||||
````
|
````
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
```
|
|
||||||
|
```sh
|
||||||
|
yarn build
|
||||||
node dist/index.js
|
node dist/index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue