Skip to content

Commit 0623915

Browse files
nit fix 💄
1 parent 6af2a09 commit 0623915

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
tasks:
33
- init: yarn
44
command: yarn start
5+
56
ports:
67
- port: 3000
78
onOpen: open-preview
9+
description: Website preview
10+
811
github:
912
prebuilds:
1013
# enable for the default branch (defaults to true)
@@ -21,6 +24,7 @@ github:
2124
addComment: false
2225
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
2326
addBadge: true
27+
2428
jetbrains:
2529
webstorm:
2630
prebuilds:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Create React App template on Gitpod
22

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

55
## Next Steps
66

0 commit comments

Comments
 (0)