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.