1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-26 11:16:51 +02:00

update docs

This commit is contained in:
Matthias Kretschmann 2021-05-20 13:29:26 +02:00
parent 3ff9fe4a68
commit 729bc5d998
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -38,6 +38,9 @@ To start local development:
git clone git@github.com:oceanprotocol/market.git
cd market
# when using nvm to manage Node.js versions
nvm use
npm install
npm start
```