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
@@ -71,14 +71,13 @@
71
71
72
72
<br />
73
73
74
-
75
74
# ⚡ Getting Started
76
75
77
76
## 🔋 Installation
78
77
79
78
The installation is as follows:
80
79
81
-
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
80
+
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
82
81
83
82
```
84
83
nvm install 14.20.0
@@ -118,11 +117,11 @@ Which will serve the dashboard with the server at `http://localhost:8080`, with
118
117
119
118
## 👨👦 Relationship with ZenML
120
119
121
-
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).
120
+
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).
122
121
123
122
> **Note** - The ZenML Dashboard is meant to be used with the ZenML Server as a backend and cannot be used standalone.
124
123
125
-
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.
124
+
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.
126
125
127
126
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.
128
127
@@ -138,7 +137,7 @@ Which creates a local daemon that serves the files in a [FastAPI](https://github
138
137
139
138
## 🪐 Deploying the dashboard
140
139
141
-
You can deploy this dashboard on supported cloud providers with ZenML python package by using the command:
140
+
You can deploy this dashboard on supported cloud providers with ZenML python package by using the command:
142
141
143
142
```
144
143
zenml deploy
@@ -157,44 +156,44 @@ Just don't forget to the set the `REACT_APP_BASE_API_URL` environment variable!
157
156

158
157
159
158
## 🏠 Home Page
159
+
160
160

161
161
162
162
## 🗂 Pipelines, Stacks and Components
163
-

164
163
164
+

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

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