MOT documentation generated from PHP sources using Sami.
$ composer install
To build documentation for the API and Frontend applications at once execute:
$ make
The documentation built will be available in the api/build/
and frontend/build/
subfolders.
$ open api/build/index.html
$ open frontend/build/index.html
To build API only:
$ make api
To build Frontend only:
$ make frontend
To clean generated files:
$ make clean