Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 663 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (33 loc) · 663 Bytes

Contributing

We would love to have contributions of

  • additional sources
  • additional supported editors

Development

Before

Install:

Setup

mamba env update --file .binder/environment.yml --prefix .venv/
conda activate ./.venv
doit lab

Build Once

doit build

Always Be Building

doit watch

Starts:

  • a JSON schema to typescript process
  • a typescript build process
  • jupyterlab in build mode

Thinking about Committing

doit lint
doit test # tbd

Design Principles

Note: PRs will be reviewed on a time-permitting basis!