diff --git a/work-locally.mdx b/work-locally.mdx index 5830a27e..b8524f36 100644 --- a/work-locally.mdx +++ b/work-locally.mdx @@ -1,18 +1,18 @@ --- title: Work Locally -description: "Seamless local-to-cloud experience for rapid experimentation" +description: "Run your Modus app locally and access Hypermode models" --- -Building Modus apps is even easier when you add Hypermode. The Hyp CLI extends -the [local Modus experience](/modus/modus-cli) with access to Hypermode-hosted -models defined in your [app's manifest](/modus/app-manifest) for rapid -experimentation with new AI models. +When you are building Modus apps locally, you can use the Hyp cli to access +Hypermode-hosted models defined in your [app's manifest](/modus/app-manifest). ## Hyp CLI setup -For access to hosted models, install the Hyp CLI to augment Modus. + + + First, install the Hyp CLI to augment Modus: - + ```bash MacOS + Linux curl -sSL http://install.hypermode.com/hyp.sh | bash @@ -22,9 +22,14 @@ curl -sSL http://install.hypermode.com/hyp.sh | bash npm install -g @hypermode/hyp-cli ``` - + + -## Log into Hyp + + Ensure you're logged in to the Hyp CLI with the `hyp login` command. + -Before running `modus dev` to run your Modus app locally, ensure you're logged -into the Hyp CLI with the `hyp login` command. + + Run `modus dev` to run your Modus app locally. + +