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: docs/getting-started.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,13 +479,15 @@ Or with Yarn:
479
479
480
480
This command will ask you a few questions to configure your deploy, including which Observable workspace to use and whether the project should be public or private. You can also enter an optional message to associate with the deploy, but for now feel free to leave this blank by hitting Enter.
481
481
482
+
When deploy completes, Framework will show your project’s URL on observablehq.cloud, like below. From there you can invite people to your private workspace to see your project, or make your project public so anyone can see it.
<spanclass="blue">●</span> To configure deploy, we need to ask you a few questions.
486
488
<spanclass="muted">│</span>
487
489
<spanclass="green">◇</span> Which Observable workspace do you want to use?
488
-
<spanclass="muted">│ ACME Inc. (@example)</span>
490
+
<spanclass="muted">│ Example Inc. (@example)</span>
489
491
<spanclass="muted">│</span>
490
492
<spanclass="green">◇</span> Which project do you want to use?
491
493
<spanclass="muted">│ Create a new project</span>
@@ -506,12 +508,8 @@ This command will ask you a few questions to configure your deploy, including wh
506
508
<spanclass="muted">└</span> <spanclass="muted">Deployed project now visible at <u>https://example.observablehq.cloud/hello-framework/</u></span>
507
509
</pre>
508
510
509
-
When deploy completes, Framework will show your project’s URL on observablehq.cloud.
510
-
511
511
<divclass="tip">Your deploy configuration is saved to <code>docs<spanclass="wbr">/</span>.observablehq<spanclass="wbr">/</span>deploy.json</code>. When collaborating on a project, you should commit this file to git so your collaborators don’t have to separately configure deploy.</div>
512
512
513
-
From there you can invite people to your private workspace to see your project, or make your project public so anyone can see it.
514
-
515
513
### Self hosting
516
514
517
515
Of course, you don’t have to deploy to Observable — Framework projects are simply static sites, so you can host them anywhere!
0 commit comments