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: deploy.mdx
+3-28Lines changed: 3 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,34 +14,9 @@ in the [app manifest](/modus/app-manifest).
14
14
## Link your app to GitHub
15
15
16
16
After you
17
-
[create and initialize your Modus app](/modus/quickstart#building-your-first-modus-app),
18
-
you can link the app to GitHub using the Hypermode Console or through the
19
-
terminal with the Hyp CLI.
20
-
21
-
<Tabs>
22
-
<Tabtitle="Hypermode Console">
23
-
Navigate to the [**Hypermode Console**](https://hypermode.com/go) and click **New Project**.
24
-
Connect your GitHub account when prompted and select the repository you want to import.
25
-
Click "Import" to deploy your app.
26
-
27
-
After project creation, Hypermode initiates a runtime for your app and establishes connections to any [**Hypermode-hosted models**](https://docs.hypermode.com/hosted-models).
28
-
29
-
</Tab>
30
-
<Tabtitle="Hyp CLI">
31
-
Install the Hyp CLI via npm.
32
-
33
-
```bash
34
-
npm install -g @hypermode/hyp-cli
35
-
```
36
-
37
-
Run the following command in your terminal to import and deploy your Modus app to Hypermode. This creates your Hypermode project automatically.
38
-
39
-
```bash
40
-
hyp link
41
-
```
42
-
43
-
</Tab>
44
-
</Tabs>
17
+
[build your Modus app](/modus/quickstart#building-your-first-modus-app), you can
18
+
[create a new project](/create-project) and link it to GitHub using the
19
+
Hypermode Console or through the terminal with the Hyp CLI.
0 commit comments