How to deploy fork to gh pages http://flatlogic.github.io/dashboard/
- Add remote
git remote add fork https://github.com/flatlogic/dashboard.git - Merge branch with your feature to gh-pages LOCAL branch
- Build application:
gulp build - Copy
dist/styles/*,dist/scripts/*anddist/index.htmlto root directory - Push your gh-pages branch to remote FORK