Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredp authored Feb 3, 2019
1 parent 0058edd commit 701cec0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,14 @@ yarn run-electron

### Config for development

The first time you run in development, in the Electron developer tools console, run `__openConfigEditor()` and set your local config to:
Turn on asserts the first time you run in development mode, which will help you debug. In the Electron developer tools console, run `__openConfigEditor()` and set your local config to
```json
{
"handleRawDocJson": true,
"crashButton": true,
"asserts": true
}
```

To get some debugging tools. In particular, make sure to turn asserts on.

### Running tests

To run the standard tests, run all the servers needed for Pagedraw development, as described in the section above. While `yarn devserver` is running, run
Expand Down

0 comments on commit 701cec0

Please sign in to comment.