Skip to content

Commit

Permalink
Update deploy.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklynlee31 committed Dec 19, 2024
1 parent 7915d04 commit 4d35e3c
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,9 @@ in the [app manifest](/modus/app-manifest).
## Link your app to GitHub

After you
[create and initialize your Modus app](/modus/quickstart#building-your-first-modus-app),
you can link the app to GitHub using the Hypermode Console or through the
terminal with the Hyp CLI.

<Tabs>
<Tab title="Hypermode Console">
Navigate to the [**Hypermode Console**](https://hypermode.com/go) and click **New Project**.
Connect your GitHub account when prompted and select the repository you want to import.
Click "Import" to deploy your app.

After project creation, Hypermode initiates a runtime for your app and establishes connections to any [**Hypermode-hosted models**](https://docs.hypermode.com/hosted-models).

</Tab>
<Tab title="Hyp CLI">
Install the Hyp CLI via npm.

```bash
npm install -g @hypermode/hyp-cli
```

Run the following command in your terminal to import and deploy your Modus app to Hypermode. This creates your Hypermode project automatically.

```bash
hyp link
```

</Tab>
</Tabs>
[build your Modus app](/modus/quickstart#building-your-first-modus-app), you can
[create a new project](/create-project) and link it to GitHub using the
Hypermode Console or through the terminal with the Hyp CLI.

## Build

Expand Down

0 comments on commit 4d35e3c

Please sign in to comment.