- Python ^3.11
- Node
Setup this project either by using pilothouse or by hand.
See pilothouse.
npm install
npm run build
pilothouse chain zod maat/
npm install
npm run build
urbit -F zod
|merge %maat our %base
|mount %maat
Start continuous synchronisation between the git repository's maat
directory (Earth) and the maat
desk's directory (Mars):
watch "rsync -zr maat/* zod/maat"
|commit %maat
|install our %maat
|start %dbug
http://localhost:8080/~debug
Integration and property-based tests written in Python. These tests utilize the
pytest
and hypothesis
frameworks. The tests run against Maat's API
on three fake ships (~zod
, ~nus
and lus
). Fake ships are managed
with pilothouse.
pytest