Empty template for class slides
-
Install Node.js
-
Install Grunt
-
Clone the ac-class-templates repository
$ git clone https://github.com/Yonet/ac-class-template.git
-
Navigate to the ac-class-templates folder
$ cd ac-class-templates
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001
.
This repo is created based on Reveal.js by Hakimel Refer to Reveal.js Readme for more info.
Want to help us create our curriculum? Here's how!
1. [Fork our repo](https://help.github.com/articles/fork-a-repo/)
2. Make changes directly to your fork
3. If there is an existing issue number, tag commits with it
4. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) to our `master` branch
If you've identified an issue, but don't have time to help fix it, please log it under our **Issues** section. Make sure you include the workshop name in the title, like "Object-oriented-js".