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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
</h3>
12
12
13
13
<palign="center">
14
-
Manage and visualize your ML pipelines, stacks and artifacts in one place.
14
+
Manage and visualize your ML pipelines, stacks and artefacts in one place.
15
15
<br />
16
16
<a href="https://docs.zenml.io/"><strong>Explore the docs »</strong></a>
17
17
<br />
@@ -144,11 +144,11 @@ You can deploy this dashboard on supported cloud providers with ZenML python pac
144
144
zenml deploy
145
145
```
146
146
147
-
The above command deploys the dashboard in the [same process as the ZenML Server](https://docs.zenml.io/user-guide/starter-guide/switch-to-production), and automates a lot of the nitty gritties for you.
147
+
The above command deploys the dashboard in the [same process as the ZenML Server](https://docs.zenml.io/user-guide/starter-guide/switch-to-production) and automates a lot of the nitty-gritty for you.
148
148
149
149
However, the option to deploy standalone is also available. `yarn build` creates a build directory with a production build of the dashboard. Set up your favorite HTTP server so that a visitor to your site is served index.html. Here are [8 ways to deploy a React app for free](https://blog.logrocket.com/8-ways-deploy-react-app-free/) as a starting point.
150
150
151
-
Just don't forget to the set the `REACT_APP_BASE_API_URL` environment variable!
151
+
Just don't forget to set the `REACT_APP_BASE_API_URL` environment variable!
152
152
153
153
# 🏄 User Experience
154
154
@@ -166,7 +166,7 @@ Just don't forget to the set the `REACT_APP_BASE_API_URL` environment variable!
166
166
167
167
# 🙌 Contributing
168
168
169
-
We would love to develop ZenML together with our community! Best way to get
169
+
We would love to develop ZenML together with our community! The best way to get
170
170
started is to select any issue from the [`good-first-issue`
0 commit comments