Contributing

January 31, 2025 ยท View on GitHub

Development

Install pixi: see pixi docs

Run the tests:

pixi run postinstall
pixi run test

Type check:

pixi run mypy mkdocs_marimo

Serve the documentation:

pixi run docs

Lint and format:

pixi run -e lint ruff format