Very much a work in progress
To set up the dependencies and database, run:
make
or
Install the package dependencies for development:
make deps
and run migrations:
make db
Run a local web server (on port 8000):
make start
Tests are written with PHPUnit and located in tests/
. Run with:
make test
To contribute code, issue pull requests at https://github.com/epixa/scheduled-do/pulls
PHP ~5.6
Composer ~1.0
MySQL ~5.6