You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,17 @@ To develop the CLI locally:
59
59
60
60
```sh
61
61
npm i
62
-
npm run build
63
-
npm run serve
62
+
npm run dev
64
63
```
65
64
66
-
When you make changes, make sure to rebuild:
65
+
The application will be rebuild automatically when you make changes, and the browser will refresh.
67
66
68
-
```sh
69
-
npm run build
70
-
```
67
+
### Library and application
68
+
69
+
Hyperparam is an application that relies on node.js scripts in the `bin/` directory and serves the static web application built in the `dist/` directory.
71
70
72
-
Then refresh the browser.
71
+
The `hyperparam` package also includes a library that can be used in other applications. The library is in the `lib/` directory. For example:
0 commit comments