Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request hakimel#1571 from adius/patch-1
Browse files Browse the repository at this point in the history
Simplify full setup
  • Loading branch information
hakimel committed Apr 29, 2016
2 parents 975e83f + 62d6fa9 commit 30bbbc9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1063,31 +1063,29 @@ Some reveal.js features, like external Markdown and speaker notes, require that
1. Install [Node.js](http://nodejs.org/) (1.0.0 or later)
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
4. Clone the reveal.js repository
1. Clone the reveal.js repository
```sh
$ git clone https://github.com/hakimel/reveal.js.git
```
5. Navigate to the reveal.js folder
1. Navigate to the reveal.js folder
```sh
$ cd reveal.js
```
6. Install dependencies
1. Install dependencies
```sh
$ npm install
```
7. Serve the presentation and monitor source files for changes
1. Serve the presentation and monitor source files for changes
```sh
$ grunt serve
$ npm start
```
8. Open <http://localhost:8000> to view your presentation
1. Open <http://localhost:8000> to view your presentation
You can change the port by using `grunt serve --port 8001`.
You can change the port by using `npm start -- --port 8001`.
### Folder Structure
Expand Down

0 comments on commit 30bbbc9

Please sign in to comment.