Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.
/ mot Public archive

Main repository for application code that implements the MOT service.

License

Notifications You must be signed in to change notification settings

rstepnowski/mot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOT PHP Documentation

MOT documentation generated from PHP sources using Sami.

Requirements

PHP 5.5+ and Composer.

Installation

$ composer install

Building documentation

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

About

Main repository for application code that implements the MOT service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published