Skip to content

Commit 4d35e3c

Browse files
committed
Update deploy.mdx
1 parent 7915d04 commit 4d35e3c

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

deploy.mdx

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,9 @@ in the [app manifest](/modus/app-manifest).
1414
## Link your app to GitHub
1515

1616
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-
<Tab title="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-
<Tab title="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.
4520

4621
## Build
4722

0 commit comments

Comments
 (0)