-
Install Node.js (4.0.0 or later)
-
Clone the reveal.js repository
$ git clone [email protected]:kbiger/devfest_asynchapi.git
-
Navigate to the devfest_asynchapi folder
$ cd devfest_asynchapi -
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000/asynchapi.html to view presentation
You can change the port by using
npm start -- --port=8001.
Reveal.js is MIT licensed Copyright (C) 2017 Hakim El Hattab, http://hakim.se https://github.com/hakimel/reveal.js/