Skip to content

Commit 3f2d907

Browse files
author
Katie Horne
committed
apply changes based on review
1 parent e685634 commit 3f2d907

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

getting-started/developers.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ This article will walk you through the process of getting started with a Coder
77
workspace and a web development project featuring Node.js and React.js. You'll
88
learn how to:
99

10-
- Connect and authenticate to your Git provider;
11-
- Create a workspace and add the files for a sample project that's available via
12-
GitHub;
13-
- Create a dev URL and use it to preview changes to your project.
10+
- Connect Coder to your Git provider;
11+
- Create a workspace;
12+
- Add a sample project to your workspace;
13+
- Create a dev URL and preview changes to your project.
1414

1515
## Prerequisites
1616

1717
This guide assumes that you have a Coder deployment available to you and that
1818
you have the credentials needed to access the deployment.
1919

20-
## Step 1: Log in and configure Coder
20+
## Step 1: Log in and connect Coder to your Git provider
2121

2222
In this step, you'll log into Coder and connect and authenticate with your Git
2323
provider. This will allow you to do things like pull repositories and push
@@ -73,9 +73,10 @@ You will now create the workspace where you'll work on your development project.
7373
Once your workspace is ready for use, you'll see a chip that says **Running**
7474
next to the name of your workspace.
7575

76-
## Step 3: Begin using Coder
76+
## Step 3: Add a sample project to your workspace
7777

78-
Once you've created your workspace, you can start using Coder.
78+
Once you've created your workspace, you can start using Coder after adding a
79+
sample project to your workspace.
7980

8081
1. Under **Browser applications**, click **Code Web** to open VS Code in your
8182
browser.
@@ -92,7 +93,7 @@ Once you've created your workspace, you can start using Coder.
9293
1. Clone the `create-react-app` repository:
9394

9495
```console
95-
git clone https://github.com/facebook/create-react-app.git
96+
git clone git@github.com:facebook/create-react-app.git
9697
```
9798

9899
Once you've cloned the repository, you can click the **Explorer** icon and
@@ -137,3 +138,5 @@ specified and renders a browser link you can use to view your application.
137138

138139
1. You can test preview by making changes to the `src/App.js` file; every time
139140
you save your changes to this file, your preview will reload.
141+
142+
![Preview changes](../assets/getting-started/hello-world.png)

getting-started/docker.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ This tutorial shows you how to create a Coder development workspace and getting
77
set up to work on a web development project requiring Node.js and React.js.
88
You'll learn how to:
99

10-
- Connect and authenticate to your Git provider;
11-
- Create a workspace and add the files for a sample project that's available via
12-
GitHub;
13-
- Create a dev URL and use it to preview changes to your project.
10+
- Connect Coder to your Git provider;
11+
- Create a workspace;
12+
- Add a sample project to your workspace;
13+
- Create a dev URL and preview changes to your project.
1414

1515
## Prerequisites
1616

1717
Please [install Coder for Docker](../setup/docker.md) before proceeding.
1818

19-
## Step 1: Log in and configure Coder
19+
## Step 1: Log in and connect Coder to your Git provider
2020

2121
In this step, you'll log into Coder and connect and authenticate with your Git
2222
provider. This will allow you to do things like pull repositories and push
@@ -68,9 +68,10 @@ You will now create the workspace where you'll work on your development project.
6868
Once your workspace is ready for use, you'll see a chip that says **Running**
6969
next to the name of your workspace.
7070

71-
## Step 3: Begin using Coder
71+
## Step 3: Add a sample project to your workspace
7272

73-
Once you've created your workspace, you can start using Coder.
73+
Once you've created your workspace, you can start using Coder after adding a
74+
sample project to your workspace.
7475

7576
1. Under **Browser applications**, click **Code Web** to open VS Code in your
7677
browser.
@@ -87,7 +88,7 @@ Once you've created your workspace, you can start using Coder.
8788
1. Clone the `create-react-app` repository:
8889

8990
```console
90-
git clone https://github.com/facebook/create-react-app.git
91+
git clone git@github.com:facebook/create-react-app.git
9192
```
9293

9394
Once you've cloned the repository, you can click the **Explorer** icon and

0 commit comments

Comments
 (0)