1
0
Fork 0

fix(docs): describe dev watch mode

This commit is contained in:
Sean Sube 2023-02-17 23:15:41 -06:00
parent 763bdcf0ac
commit 3c001a985f
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 7 additions and 3 deletions

View File

@ -9,14 +9,14 @@
- [Models and Pipelines](#models-and-pipelines) - [Models and Pipelines](#models-and-pipelines)
- [GUI Development](#gui-development) - [GUI Development](#gui-development)
- [Updating Github Pages](#updating-github-pages) - [Updating Github Pages](#updating-github-pages)
- [Watch mode](#watch-mode)
- [Testing](#testing) - [Testing](#testing)
- [Pre-Release Test Plan](#pre-release-test-plan) - [Pre-Release Test Plan](#pre-release-test-plan)
- [Known Issues](#known-issues) - [Known Issues](#known-issues)
## API Development ## API Development
- TODO: testing Run `make ci` to run lint and the tests.
- TODO: lint/style
### Style ### Style
@ -33,7 +33,7 @@ that is possible without causing memory access errors. Most logging from the loa
## GUI Development ## GUI Development
Run `make ci` to build the bundle. Run `make ci` to run lint, the tests, and build the bundle.
### Updating Github Pages ### Updating Github Pages
@ -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. 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 ## Testing
### Pre-Release Test Plan ### Pre-Release Test Plan