Skip to content

Commit

Permalink
Add debug page to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed Mar 7, 2020
1 parent 57dd1d1 commit 33d5033
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,18 @@ Tests in CI are run at Travis via Saucelabs (see the `test:ci` yarn script).
To run the demo site locally:

* `yarn start`
* `open http://localhost:4200/demo`
* `open http://localhost:4200/website/demo`

The assets for the demo are in `assets/demo`.

### Debugging

A debugging environment that prints useful information about the active Mobiledoc editor
can be access by:

* `yarn start`
* `open http://localhost:4200/website/demo/debug.html`

### Getting Help

If you notice a bug or have a feature request please [open an issue on github](https://github.com/bustle/mobiledoc-kit/issues).
Expand All @@ -459,7 +467,7 @@ The demo website is hosted at
[bustle.github.io/mobiledoc-kit/demo](https://bustle.github.io/mobiledoc-kit/demo).

To preview the website, start the server and visit
[http://localhost:4200/demo/](http://localhost:4200/demo/). The code for
[http://localhost:4200/website/demo/](http://localhost:4200/website/demo/). The code for
this website can be found in `assets/demo/`. Note that the development server
does not rebuild jsdoc.

Expand Down

0 comments on commit 33d5033

Please sign in to comment.