/open-source-slides

Primary LanguageJavaScriptMIT LicenseMIT

open-source-slides

Slides on Sqlserver::Sequence: An Open-Source Journey.

Designed with reveal.js.

Usage

  1. Clone the slides-open-source repository

    $ git clone git@github.com:zacharywelch/open-source-slides.git
  2. Open index.html in a browser

Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone the open-source-slides repository

    $ git clone git@github.com:zacharywelch/open-source-slides.git
  4. Navigate to the slides-rails-api folder

    $ cd open-source-slides
  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.