Advanced instructions updated

This commit is contained in:
Vadim Makeev 2016-04-03 21:03:55 +03:00
parent 3b2da01160
commit 33b3a29d68
1 changed files with 14 additions and 2 deletions

View File

@ -22,9 +22,21 @@ Follow [@shower_me](https://twitter.com/shower_me) for support and updates, [fil
## Advanced ## Advanced
If youre familiar with [npm](https://www.npmjs.com/) you can install Showers core and themes manually: `npm install shower-core shower-ribbon`. The same packages available in [bower](http://bower.io/). 1. [Fork](https://github.com/shower/shower/fork) this repository
2. Go to fork setting and rename it: `shower``my-slides`
2. Clone it to your computer: `git clone git@github.com:username/my-slides.git`
3. Go to `my-slides` folder and install dependencies: `npm install`
4. Start creating your presentation
For more details see [short video](https://www.youtube.com/watch?v=l2OelK_hIro) with advanced usage examples and built-in `publish` and `archive` commands explained. Once youre done you can build a clean copy of your slides:
npm run prepare
And youll find your presentation in `prepared` folder with only needed files in it. You can also run `npm run archive` to get the same files in `archive.zip`. But theres more! You can easily publish your presentation online by running:
npm run publish
And youll have your slides published on `http://username.github.io/my-slides/`.
## Usage Examples ## Usage Examples