mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Issue 92 readme improvements (#100)
* adding testing section to readme * updating barge instructions * removing subgraph from commit * fixing markup in readme
This commit is contained in:
parent
b60faa60bd
commit
18854de767
@ -107,7 +107,9 @@ You now have a local graph-node running and can start deploying your changes to
|
||||
|
||||
## 🦑 Development on Barge
|
||||
|
||||
Clone (barge)[https://github.com/oceanprotocol/barge] and run it in another terminal:
|
||||
|
||||
Clone [barge](https://github.com/oceanprotocol/barge) and run it in another terminal:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/oceanprotocol/barge.git
|
||||
cd barge
|
||||
@ -140,7 +142,7 @@ You now have a local graph-node running on http://localhost:9000
|
||||
|
||||
## 🧪 Testing
|
||||
|
||||
- Please note: the `npm run test` command is currently not working due to (this issue)[https://github.com/graphprotocol/graph-ts/issues/113].
|
||||
- Please note: the `npm run test` command is currently not working due to [this issue](https://github.com/graphprotocol/graph-ts/issues/113).
|
||||
|
||||
To run the integration tests locally, first start up barge by following the instructions above, then run the following terminal commands from the ocean-subgraph folder:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user