Handy takes attendance at events via SMS.
If you need to build your environment from the ground up, read contributing.md. Else, read on.
Install the system services Handy relies on:
- MySQL 5.6
- wkhtmltopdf
Clone the Handy repository and run bin/setup
:
git clone [email protected]:Pitt-CSC/handy.git
cd handy
bin/setup
That's it!