Skip to content

Commit e63f936

Browse files
author
Mike Nikles
authored
Standardize the README content.
1 parent f808f25 commit e63f936

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A Create React App on Gitpod
1+
# A Create React App template on Gitpod
22

33
This is a [Create React App](https://create-react-app.dev/) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
44

@@ -8,12 +8,12 @@ Click the button below to start a new development environment:
88

99
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-typescript-react)
1010

11-
## How To Get Started With Your Project
11+
## Get Started With Your Own Project
1212

13-
To get started with React on Gitpod, you can use the `create-react-app`:
13+
### A new project
1414

15-
```bash
16-
npx create-react-app my-app
17-
```
15+
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
1816

19-
Then, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.
17+
### An existing project
18+
19+
To get started with Create React App on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.

0 commit comments

Comments
 (0)