Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 840 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 840 Bytes

Hybrid HTML5 app showcase

Ionic based hybrid HTML5 app prototype

Demo

webdashappdotio.github.io/Ionic-Showcase

Build

bower install

Github-Pages auto-publication based on master commits

Create Github Page branch manually, then set up your .git/config file this way:

[remote "origin"]
	url = [email protected]:WebDashAppDotIo/Ionic-Showcase.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	push = +refs/heads/master:refs/heads/gh-pages
	push = +refs/heads/master:refs/heads/master

Then git push will keep gh-pages branch mirrored on master.

Licence

MIT