Skip to content

rberruezo/bdd-cucumber-talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reveal.js template

Install

npm install -g gulp
npm install
bower install

Run

gulp serve

How to deploy to Github pages

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:

About

BDD and Cucumber slide presentation with reveal.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.3%
  • JavaScript 21.2%
  • CSS 8.5%