Development

Development#

  1. Clone the repository:

    git clone https://github.com/aeisenbarth/myst-nb-json.git
    
  2. Install dependencies:

    pip install pdm
    pdm install
    
  3. Run tests:

    pdm test
    
  4. Build documentation:

    pdm docs