Task website for collecting annotation for tangrams from MTurk. Adapted from IonicaBizau/tangram.
Try out the task demo at https://tangram-online.web.app/!
- Make sure you have authorization to the Firebase project.
- Intall all dependencies with
npm install
. - Log into Firebase CLI with
firebase login --reauth
. Run on local server withfirebase serve --only hosting --port=5002
. For more details, see Firebase doc.