Check for debugMode=true in local storage (you will need to manually add this entry)
Debug mode:
- show "warning you are using development mode of app. Proceed with caution" notification with button/link to disable/remove debugMode local storeage entry
- add all assets to localStorage
- drop all debug logs to console (i.e. all routes found by router)
- ??? (add ideas)
Check for debugMode=true in local storage (you will need to manually add this entry)
Debug mode: