Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 803 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 803 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

Install dependencies:

yarn

Run tests with Mocha:

yarn test

Build with Rollup:

yarn prepublishOnly

For internal use

See our checklist for publishing a new release.