Skip to content

Commit

Permalink
change yarn to npm - only using npm due to yarn dependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Feb 28, 2018
1 parent fa42f40 commit 179c585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steexp will connect to a local horizon instance at http://localhost:8000 by defa

Alternatively you can run locally connecting to the testnet or public network horizon instances. To do this define these aliases to localhost:
```
127.0.1.1 testnet.local # for steexp testnet horizon
127.0.1.1 testnet.local # for steexp use testnet horizon
127.0.1.1 publicnet.local # for steexp use mainnet horizon
```

Expand All @@ -42,16 +42,16 @@ See the section [Exploring Private / Local Development Networks](#private-networ

Start:
```
npm i && yarn start
npm i && npm start
```
Test:
```
npm i && yarn test
npm i && npm test
```

Build:
```
npm i && yarn build
npm i && npm run build
```

## Lists
Expand Down

0 comments on commit 179c585

Please sign in to comment.