Advanced instructions updated
This commit is contained in:
parent
3b2da01160
commit
33b3a29d68
16
README.md
16
README.md
|
@ -22,9 +22,21 @@ Follow [@shower_me](https://twitter.com/shower_me) for support and updates, [fil
|
||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
|
|
||||||
If you’re familiar with [npm](https://www.npmjs.com/) you can install Shower’s 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 you’re done you can build a clean copy of your slides:
|
||||||
|
|
||||||
|
npm run prepare
|
||||||
|
|
||||||
|
And you’ll 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 there’s more! You can easily publish your presentation online by running:
|
||||||
|
|
||||||
|
npm run publish
|
||||||
|
|
||||||
|
And you’ll have your slides published on `http://username.github.io/my-slides/`.
|
||||||
|
|
||||||
## Usage Examples
|
## Usage Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue