From b7bdb12b73b337a3252e0c12978602f49152b559 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Thu, 9 Jul 2015 17:06:46 -0400 Subject: [PATCH] document building and deploying --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b16779de8..405c5bc63 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,11 @@ var editor = new ContentKit.Editor(this.element, options); ### Deploy the demo website The demo website is hosted at github pages. -To build the website, run `npm run build-website`. -To deploy it to the gh-pages branch run `npm run deploy-website`. +To publish a new version do: + + * `npm run build-website`. This builds the website into `website/` and commits it + * `npm run deploy-website`. Pushes the `website/` subtree to the `gh-pages` branch at github + Visit [http://bustlelabs.github.io/content-kit-editor/demo](http://bustlelabs.github.io/content-kit-editor/demo). ### Contributing