Mobile-detect.js live demo
Simple live demo page for Mobile-detect.js.
See it in action here.
First time
→ npm install && bower install
Serve page locally
→ grunt serve
Prepare for deploy
→ grunt
Deploy on GitHub Pages
Use git subtree to deploy the dist directory to the gh-pages branch as explained here. Whenever you want to redeploy the dist directory you can run:
→ git subtree push --prefix dist origin gh-pages