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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,14 +74,13 @@
74
74
75
75
<br />
76
76
77
-
78
77
# ⚡ Getting Started
79
78
80
79
## 🔋 Installation
81
80
82
81
The installation is as follows:
83
82
84
-
First, there is a pre-requisite to use [`node`](https://www.npmjs.com/) version 14.20.0 exactly. One can do this by installing the [`nvm`](https://github.com/nvm-sh/nvm) utility and then doing
83
+
First, there is a pre-requisite to use [`node`](https://www.npmjs.com/) version 14.20.0 exactly. One can do this by installing the [`nvm`](https://github.com/nvm-sh/nvm) utility and then doing
85
84
86
85
```
87
86
nvm install 14.20.0
@@ -121,11 +120,11 @@ Which will serve the dashboard with the server at `http://localhost:8080`, with
121
120
122
121
## 👨👦 Relationship with ZenML
123
122
124
-
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).
123
+
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).
125
124
126
125
> **Note** - The ZenML Dashboard is meant to be used with the ZenML Server as a backend and cannot be used standalone.
127
126
128
-
The dashboard build files come bundled into the [ZenML PyPi package](https://pypi.org/project/zenml/) and can be [served locally](https://docs.zenml.io/getting-started/deploying-zenml/using-cli.md) and/or [deployed on the cloud](https://docs.zenml.io/getting-started/deploying-zenml/deployment.md) through the main ZenML python package.
127
+
The dashboard build files come bundled into the [ZenML PyPi package](https://pypi.org/workspace/zenml/) and can be [served locally](https://docs.zenml.io/getting-started/deploying-zenml/using-cli.md) and/or [deployed on the cloud](https://docs.zenml.io/getting-started/deploying-zenml/deployment.md) through the main ZenML python package.
129
128
130
129
Basically, each ZenML `Python` package comes with the build files (generated by `yarn build`) of a certain version of this dashboard (all build files of the dashboard can be seen in the [releases](https://github.com/zenml-io/zenml-dashboard/releases) section of this GitHub repo). Therefore, each ZenML PyPi package has bundled in it a corresponding version of this dashboard.
131
130
@@ -141,7 +140,7 @@ Which creates a local daemon that serves the files in a [FastAPI](https://github
141
140
142
141
## 🪐 Deploying the dashboard
143
142
144
-
You can deploy this dashboard on supported cloud providers with ZenML python package by using the command:
143
+
You can deploy this dashboard on supported cloud providers with ZenML python package by using the command:
145
144
146
145
```
147
146
zenml deploy
@@ -160,44 +159,44 @@ Just don't forget to the set the `REACT_APP_BASE_API_URL` environment variable!
160
159

161
160
162
161
## 🏠 Home Page
162
+
163
163

164
164
165
165
## 🗂 Pipelines, Stacks and Components
166
-

167
166
167
+

168
168
169
169
# 🙌 Contributing
170
170
171
171
We would love to develop ZenML together with our community! Best way to get
172
172
started is to select any issue from the [`good-first-issue`
If you would like to contribute, please review our [Contributing
176
176
Guide](CONTRIBUTING.md) for all relevant details.
177
177
178
-
179
178
# 👩👩👧👦 Meet the Team
180
179
181
180

182
181
183
-
Every week, the ZenML [core team](https://zenml.io/company#CompanyTeam) will pop in for 30 minutes to interact directly with the community.
184
-
Sometimes we'll be presenting a feature, other times we'll take questions and have fun.
182
+
Every week, the ZenML [core team](https://zenml.io/company#CompanyTeam) will pop in for 30 minutes to interact directly with the community.
183
+
Sometimes we'll be presenting a feature, other times we'll take questions and have fun.
185
184
186
185
[Register now](https://zenml.io/meet) for the ZenML Meet the Community session. It's free and open to everyone.
187
186
188
-
Or subscribe to our [public events calendar](https://calendar.google.com/calendar/u/0/r?cid=Y19iaDJ0Zm44ZzdodXBlbnBzaWplY3UwMmNjZ0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t) to get notified
187
+
Or subscribe to our [public events calendar](https://calendar.google.com/calendar/u/0/r?cid=Y19iaDJ0Zm44ZzdodXBlbnBzaWplY3UwMmNjZ0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t) to get notified
189
188
before every community gathering.
190
189
191
190
# 🆘 Getting Help
191
+
192
192
By far the easiest and fastest way to get a response is to:
193
193
194
194
1. Ask your questions in [our Slack group](https://zenml.io/slack-invite/).
195
195
2.[Open an issue](https://github.com/zenml-io/zenml-dashboard/issues/new/choose) on our GitHub repo.
196
196
197
-
198
197
# 📜 License
199
198
200
-
ZenML Dashboard is distributed under the terms of the Apache License Version 2.0.
199
+
ZenML Dashboard is distributed under the terms of the Apache License Version 2.0.
201
200
A complete version of the license is available in the [LICENSE](LICENSE) file in
202
-
this repository. Any contribution made to this project will be licensed under
201
+
this repository. Any contribution made to this workspace will be licensed under
0 commit comments