Skip to content

Commit

Permalink
document building and deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 9, 2015
1 parent 9512f1d commit b7bdb12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7bdb12

Please sign in to comment.