npm install -g gulp
npm install
bower install
gulp serve
In case you want to deploy this presentation into Github pages, you should ensure that the gh-page
exists in your repository.
git checkout --orphan gh-pages
git rm -rf .
touch .gitkeep
git add .gitkeep
git commit -m "Initial commit for Github pages"
git push origin gh-pages --set-upstream
git checkout master
Then you'll be able to run:
gulp clean
gulp build
gulp gh-deploy
Now you can enjoy this presentation in:
when the URL of the repository is: