Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 640 Bytes

The Observable runtime is open source and released under the ISC License. We welcome pull requests. If you have a bug report or feature request, please file an issue. If you want to discuss or ask for help with using the runtime, post in our forum or community Slack.

Development

We use Yarn 1.x (Classic). To install dependencies:

yarn

To run tests with Mocha:

yarn test