Contributing

Setup up the project for development

$ git clone git@github.com:novopl/mappr.git
$ cd mappr
$ poetry install
$ poetry shell

Running tests

$ peltak test

Linting

$ peltak check

Generating docs

$ peltak docs