Skip to content

AlphaLambdaMuPi/rl-2016-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides

A template for creating reveal.js slides.

A big thanks to bobogei81123!

Usage

$ git clone --depth=1 --recursive https://github.com/leomao/slides.git <name>
$ cd <name>
$ npm install
$ gulp

View the slides at localhost:3000.

Troubleshooting

Can't push into another repository

Some references:

To push this into another repository, you may need to:

$ git fetch --unshallow origin

or

$ git checkout --orphan <new_branch>
$ git push <upstream> <new_branch>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published