To run the basic python setup, run:
make python_project_setup
This will install the required dependencies. It is recommended to do this in a virtual environment.
To run the basic rust setup, run:
make rust_project_setup
Build the project:
make build
Run tests:
make test
Format-Check:
make format-check
(You can run format and check individually)
Clean:
make clean