Mapathon Dashboard - See the evolution of a task during your mapathon
See demo here : https://mapathon.cartong.org
This tool allows you to monitore an OpenStreetMap Mapathon based on a Tasking Manager Project. Just entre the #id of the task and the start date and time of the event and see how many buildings have been digitalized, how many kilometers of raods and kilometer square of landuse.
npm install
npm run serve
npm run build
npm run lint
Synchronize dist folder from master branch to gh-pages branch :
git checkout gh-pages
git merge -s subtree master
git push origin gh-pages