mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
url update
This commit is contained in:
parent
01d729b130
commit
cadb8228e1
@ -19,7 +19,7 @@
|
|||||||
- [🛳 Production](#-production)
|
- [🛳 Production](#-production)
|
||||||
- [⬆️ Deployment](#️-deployment)
|
- [⬆️ Deployment](#️-deployment)
|
||||||
- [Manual Deployment](#manual-deployment)
|
- [Manual Deployment](#manual-deployment)
|
||||||
- [<EFBFBD> License](#-license)
|
- [🏛 License](#-license)
|
||||||
|
|
||||||
## 🏄 Get Started
|
## 🏄 Get Started
|
||||||
|
|
||||||
@ -49,9 +49,6 @@ If you prefer to connect to locally running components instead of remote connect
|
|||||||
git clone git@github.com:oceanprotocol/barge.git
|
git clone git@github.com:oceanprotocol/barge.git
|
||||||
cd barge
|
cd barge
|
||||||
|
|
||||||
# use v3 branch for the time being
|
|
||||||
git checkout v3
|
|
||||||
|
|
||||||
# startup with local Ganache node
|
# startup with local Ganache node
|
||||||
./start_ocean.sh
|
./start_ocean.sh
|
||||||
```
|
```
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"description": "Data marketplace for ocean.",
|
"description": "Data marketplace for ocean.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"homepage": "https://oceanprotocol.com",
|
"homepage": "https://market.oceanprotocol.com",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gatsby develop --host 0.0.0.0",
|
"start": "gatsby develop --host 0.0.0.0",
|
||||||
"build": "gatsby clean && gatsby build",
|
"build": "gatsby clean && gatsby build",
|
||||||
|
Loading…
Reference in New Issue
Block a user