Skip to content
Open
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@ security-sensitive bugs privately.
For non-security bugs, please use the [regular Issues
page](https://github.com/Agoric/SES-shim/issues).

## Contributing

This repository uses lerna as a monorepo, to allow the included packages to depend on each other.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the cross-package linking is a yarn feature and the tooling for publishing is facilitated by lerna, but the boundary is vague in my mind.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And maybe link CONTRIBUTING.md.


To get started after pulling the repository, to get started, in the root directory run:

```
corepack enable
yarn install
```
You should then be able to navigate to the package you're interested in and use it directly.

### License

Endo and its components are [Apache 2.0 licensed][license-url].
Expand Down
Loading