diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -56,6 +56,11 @@ Dedicated documentation pages: * [0x.js Library](https://0xproject.com/docs/0xjs) * [0x Connect](https://0xproject.com/docs/connect) * [Smart contracts](https://0xproject.com/docs/contracts) +* [Subproviders](https://0xproject.com/docs/subproviders) +* [Deployer](https://0xproject.com/docs/deployer) +* [Web3-wrapper](https://0xproject.com/docs/web3-wrapper) +* [JSON-schemas](https://0xproject.com/docs/json-schemas) +* [Sol-cov](https://0xproject.com/docs/sol-cov) * [Standard Relayer API](https://github.com/0xProject/standard-relayer-api/blob/master/README.md) Most of the packages require additional typings for external dependencies. @@ -90,14 +95,14 @@ yarn install Build all packages. You need to do this before working on any given package. Although these packages as independent, when run from within the monorepo, they are internally symlinked, to make development easier. You can change several packages and run the changes without publishing them first to NPM. When -running `rebuild`, Lerna will figure out the dependency order of all the packages, and built them in +running `rebuild`, Lerna will figure out the dependency order of all the packages, and build them in this order. ```bash yarn lerna:rebuild ``` -Continuously rebuild on change +Or continuously rebuild on change: ```bash yarn dev |