A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.
First, install Phonegap. Then:
git clone git@gitlab.com:mshepherd/diris-app.git
cd diris-app
phonegap prepare
phonegap serve
In the terminal you should see a URL. Navigate to that URL in the browser, or use it in the Phonegap developer app.
The backend code is hosted in its own repository.