Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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