Skip to content

siejkowski/NSTouki

Repository files navigation

Prezentacja na warsztaty "NSTouk" - 17.01.14, Touk, Warszawa

Silnik prezentacji to Reveal.JS by Hakim El Hattab.

Full setup

Some reveal.js features, like external markdown, 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 reveal.js repository

$ git clone git@github.com:hakimel/reveal.js.git
  1. Navigate to the reveal.js folder
$ cd reveal.js
  1. Install dependencies
$ npm install
  1. Serve the presentation and monitor source files for changes
$ grunt serve
  1. Open http://localhost:8000 to view your presentation

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

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)

About

Prezentacja na warsztaty "NSTouk" - 17.01.14, Touk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published