Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.26 KB

Contributing Guide for @opendatasoft/visualizations

Please note we have a Code of Conduct, please follow it in all your interactions with the project.

Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Build

To watch this package:

npm run watch # or yarn run watch

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

To do a one-off build, use npm run build or yarn build.

⚠️ FIXME: Finish this section.

Resources