File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ in the [app manifest](/modus/app-manifest).
1111 Preview environments for live validation of pull requests are in development.
1212</Note >
1313
14- ## Link your app to GitHub
14+ ## Link your project to GitHub
1515
16- After you
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.
16+ After you push your Modus app to GitHub, you can link your Hypermode project
17+ to the repo through the Hyp CLI.
18+
19+ ```
20+ hyp link
21+ ```
2022
2123## Build
2224
23- When you initialize your project with Hypermode, the Hyp CLI adds a GitHub
25+ When you link your project with Hypermode, the Hyp CLI adds a GitHub
2426Actions workflow to your repo that builds your Modus app to Hypermode on commit.
2527
2628## Deploy
You can’t perform that action at this time.
0 commit comments