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: packages/homepage/content/docs/3-deployment.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,25 @@ description: "It's possible to deploy your app directly from CodeSandbox"
6
6
7
7
## What Sandboxes Can be Deployed?
8
8
9
-
In order to be able to deploy your app you need to own the sandbox so you have to fork a sandbox that you don't own.
9
+
To deploy your app, you need to own the sandbox, so you'll have to fork a sandbox you don’t own.
10
10
11
11
## Zeit
12
12
13
-
In order to deploy to [Now](https://zeit.co/now) you need to access the Preferences menu and select the Integrations tab. Log into your ZEIT account and it's all set.
13
+
To deploy to [Now](https://zeit.co/now), access the Preferences menu and select the Integrations tab. Log into your ZEIT account and it’s all set.. Log into your ZEIT account and it's all set.
14
14
15
15
### Deploying
16
16
17
-
Go to any of your sandboxes, click in the Deployment menu (the rocket icon in the sidebar) and click in "Now". You'll need to sign in to [Now](https://zeit.co/now) when you're deploying for the first time. After you've signed in you will be able to click "Deploy Now". It will deploy the sandbox and give you a URL afterwards.
17
+
Go to any of your sandboxes, click in the Deployment menu (the rocket icon in the sidebar) and click in "Now". You'll need to sign in to [Now](https://zeit.co/now) when you're deploying for the first time. After you've signed in, you will be able to click "Deploy Now". It will deploy the sandbox and give you a URL.
18
18
19
19
### More Features
20
20
21
-
You can see an overview of all deployments you made previously, you can use this overview to delete your previous deploys or to visit the website.
21
+
You can see an overview of all deployments you've made previously. Use this overview to delete your previous deploys or to visit the website.
22
22
23
23
## Netlify
24
24
25
-
With [Netlify](https://netlify.com) you don't even need to connect to your account. This means you can create deployments to share an use even if you don't have a [Netlify](https://netlify.com) account so there is no friction.
25
+
With [Netlify](https://netlify.com) you don't even need to connect to your account. This means you can create deployments to share and use even if you don't have a [Netlify](https://netlify.com) account so there is no friction.
26
26
27
-
As to any services some templates are better than other but as of now we have a good amount of templates that support [Netlify](https://netlify.com) deployments:
27
+
As to any services, some templates are better than others, but as of now, we have a good number of templates that support [Netlify](https://netlify.com) deployments:
28
28
29
29
- React
30
30
- Vue
@@ -41,7 +41,7 @@ We will work on making more and more templates available in the future.
41
41
42
42
### Deploying
43
43
44
-
Go to any of your sandboxes that are supported, click in the Deployment menu (the rocket icon in the sidebar) and click in "[Netlify](https://netlify.com)". Click the "Deploy" button to start a new deploy. As the sandbox builds you can view the logs of the build to see if something went wrong. When the build finishes, you'll get a link to the deployed site. You can also claim the site to add it to your Netlify dashboard.
44
+
Go to any of your sandboxes that are supported, click in the Deployment menu (the rocket icon in the sidebar) and click in "[Netlify](https://netlify.com)". Click the "Deploy" button to start a new deploy. As the sandbox builds, you can view the logs of the build to see if something went wrong. When the build finishes, you'll get a link to the deployed site. You can also claim the site to add it to your Netlify dashboard.
0 commit comments