Love Markdown? Clone this template repository to easily write slide decks using Markdown.
Make School themed and ready to go --- just add content!
- Write slides in pure Markdown quickly and easily.
 - Automatic syntax highlighting.
 - Honors the standards set in the Make School Style Guide.
 - Automatically scales to any device size.
 - Searchable when linked in a Docsify site.
 - Presentation will auto-refresh anytime a change is made.
 - Each slide has a unique link you can easily share.
 - Deployable to any static website host.
 - No UI tweaking required! Try that in Google Slides.
 
- Node 
>=9.0.0 
Run the following command in your terminal to install reveal-md globally --- the command that will launch your Markdown-based presentation:
npm install -g reveal-mdYou'll now be able to run this command in any of your curriculum repositories!
Run this command to launch a Markdown document named slides.md:
reveal-md slides.md -w --css=makeschool.cssYour default browser will be launched automatically. By default, your presentation will be running at http://localhost:1948/slides.md#/.
Check out the Reveal.js repository for further customizations!