Skip to content

Commit

Permalink
explain how to deploy website in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 9, 2015
1 parent 205f169 commit bb36364
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -70,6 +70,13 @@ var editor = new ContentKit.Editor(this.element, options);
* `editor.loadPost(post)` - render the editor with a post. **[FIXME Implement]**
* `editor.serializePost()` - serialize the current post for persistence. **[FIXME Implement]**

### 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`.
Visit [http://bustlelabs.github.io/content-kit-editor/demo](http://bustlelabs.github.io/content-kit-editor/demo).

### Contributing

Running ContentKit tests and demo server locally requires the following dependencies:
Expand Down

0 comments on commit bb36364

Please sign in to comment.