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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@
39
39
40
40
To get started with the ZenML Dashboard, follow these steps:
41
41
42
-
1.**Install Node.js (v20):**
42
+
1.**Install Node.js**
43
43
44
44
- Ensure you have Node.js installed. You can either install version 18 directly or use [nvm (Node Version Manager)](https://github.com/nvm-sh/nvm) with the following commands:
45
45
46
46
```bash
47
-
nvm install 20
48
-
nvm use 20
47
+
nvm install --lts
48
+
nvm use --lts
49
49
```
50
50
51
51
2. **Install Pnpm:**
@@ -128,7 +128,7 @@ The ZenML Dashboard is intricately connected with the ZenML Server as its backen
128
128
- Serve the static build files locally using the ZenML Python package:
129
129
130
130
```bash
131
-
zenml up
131
+
zenml login --local
132
132
```
133
133
134
134
This creates a local daemon that serves the files in a [FastAPI](https://github.com/tiangolo/fastapi) server.
0 commit comments