Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Update, Package.json Fixes, and TypeScript Types Addition #152

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,16 @@ Connex is the mono-repo contains libraries to help build dApps for VeChain.
This package is licensed under the
[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html), also included
in *LICENSE* file in the repository.

## Run
This project uses Lerna to handle monorepo.

### Install
* `npx lerna bootstrap`

### Commands
* `npx lerna run {command}`

Available commands:
* build
* lint
Loading