This is a small demo application for managing to-do lists.
You will need the following things properly installed on your computer.
- php ^8.0
- Git
- Composer
- Ubiquity devtools
git clone <repository-url>this repositorycd todoscomposer install
Ubiquity serve- Visit your app at http://127.0.0.1:8090.
Make use of the many generators for code, try Ubiquity help for more details
Run:
composer install --optimize --no-dev --classmap-authoritative
Specify what it takes to deploy your app.