Skip to content

Development

Adding to this project#

  1. Clone the repository to a local path:

    git clone https://github.com/janelia-cellmap/cellmap-schemas.git
    

  2. Navigate to the project directory and install dependencies. This project uses the poetry package manager. After installing poetry, run poetry install.

  3. Make changes.

  4. Run tests with pytest:

    pytest tests
    

  5. This project uses mkdocs for documentation. Run mkdocs serve --watch src to preview rendered documentation.

  6. Submit a pull request with your changes to the main code branch on github.