Front-end for umpr.core.
- Clone repository:
git clone https://github.com/umple-ucosp/umpr.ui.git - Install composer components:
php composer.phar install, orcomposer installdepending on your environment. - Fetch repository data:
./update_data
To run the application, run from /public folder.
To run locally: php -S localhost:8080 -t ./public.
The application's "data repository" should be updated regularly using the ./update_data script.