Skip to content

Commit

Permalink
fix(docs): describe dev watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 18, 2023
1 parent 763bdcf commit 3c001a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/dev-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
- [Models and Pipelines](#models-and-pipelines)
- [GUI Development](#gui-development)
- [Updating Github Pages](#updating-github-pages)
- [Watch mode](#watch-mode)
- [Testing](#testing)
- [Pre-Release Test Plan](#pre-release-test-plan)
- [Known Issues](#known-issues)

## API Development

- TODO: testing
- TODO: lint/style
Run `make ci` to run lint and the tests.

### Style

Expand All @@ -33,7 +33,7 @@ that is possible without causing memory access errors. Most logging from the loa

## GUI Development

Run `make ci` to build the bundle.
Run `make ci` to run lint, the tests, and build the bundle.

### Updating Github Pages

Expand All @@ -42,6 +42,10 @@ checked out to a directory named `onnx-web`.

You can also clone the GH pages branch into its own directory to avoid switching between them.

### Watch mode

Run `make watch` or `WATCH=TRUE node esbuild.js` to run esbuild in watch mode with a development server.

## Testing

### Pre-Release Test Plan
Expand Down

0 comments on commit 3c001a9

Please sign in to comment.