Skip to content

AnnieCannons/ac-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac-class-template

Empty template for class slides

Setup

  1. Install Node.js

  2. Install Grunt

  3. Clone the ac-class-templates repository

    $ git clone https://github.com/Yonet/ac-class-template.git
  4. Navigate to the ac-class-templates folder

    $ cd ac-class-templates
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

More info

This repo is created based on Reveal.js by Hakimel Refer to Reveal.js Readme for more info.

For contributors

Pull requests

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

Issues

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".