Skip to content

Commit 61c5d84

Browse files
authored
copy review
1 parent 4bbf724 commit 61c5d84

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ Hey there new developer! 👋
44

55
Welcome to GitpodFlix, where we're providing the next generation of streaming experiences.
66

7-
We're thrilled you joined let's get you shipping today !
7+
We're thrilled you joined, let's get you shipping today !
88

99
### At GitpodFlix: we ship to production on your first day
1010

1111
We know happy developers that are in flow create better products and ship more value.
1212

13-
At GitpodFlix we have **zero "works on my machine" issues** because of **Gitpod**. Onboarding is **one-click to get a running environment with everything you need to ship new fixes and features today** which is why:
13+
At GitpodFlix we have **zero 'works on my machine' issues** because of **Gitpod**. Onboarding is **one-click to get a running environment with everything you need to ship new fixes and features today** which is why:
1414

1515
We expect every new developer to **ship to production on their first day**.
1616

1717
## Starting your development environment
1818

1919
1. **Check your email**
2020
* You should have an email invite to join the GitpodFlix organization
21-
* And a link for your first GitHub issue.
21+
* And a link for your first GitHub issue
2222
3. **Go to the projects catalog**
2323
* Find it at: [app.gitpod.io/projects](https://app.gitpod.io/projects)
24-
* Here is every project in GitpodFlix that you have access to.
24+
* Here is every project in GitpodFlix that you have access to
2525
5. **Open up GitpodFlix**
26-
* Search "GitpodFlix" in the list and click **"Create environment"**
26+
* Search "GitpodFlix" in the list and click **'Create environment'**
2727

2828
And bingo! Now have your first environment up and running—that was easy.
2929

@@ -39,7 +39,7 @@ See above you now have:
3939

4040
## Making a code change
4141

42-
Now in the top right you can choose your favourite editor, whether that's IntelliJ, VS Code or even Cursor.
42+
Now in the top right you can choose your favorite editor, whether that's IntelliJ, VS Code or even Cursor.
4343

4444
![Choose your editor](./images/choose-your-editor.png)
4545

@@ -49,7 +49,7 @@ Your environment will automatically connect.
4949

5050
Here you have:
5151

52-
- All the source code in your favourite editor
52+
- All the source code in your favorite editor
5353
- Your running web server on `localhost:3000`
5454
- Your running ports for your API, database, etc
5555
- All authenticated with your GitHub account
@@ -120,7 +120,7 @@ services:
120120
- postEnvironmentStart
121121
commands:
122122
start: |
123-
cd /workspaces/flex-demo/frontend
123+
cd /workspaces/gitpodflix-demo/frontend
124124
PORT=3001 npx nodemon src/index.ts
125125
126126
tasks:
@@ -139,7 +139,7 @@ This includes:
139139
- Configurations to start your webservers, databases and microservices
140140
- Automated tasks to seed your database, run tests, etc
141141
142-
All of these are setup to be self-serve and automatically configured. **If anything every breaks, simply delete your environment and create a new one.**
142+
All of these are setup to be self-serve and automatically configured. **If anything ever breaks, simply delete your environment and create a new one.**
143143
144144
## FAQs
145145
@@ -151,7 +151,7 @@ Environments run locally or remotely for different projects with different needs
151151
152152
Yes. The platform team have set policies to manage cost of remote environments.
153153
154-
### Can I clone multiple repositories
154+
### Can I clone multiple repositories?
155155
156156
Yes.
157157

0 commit comments

Comments
 (0)