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: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,26 @@ Hey there new developer! 👋
4
4
5
5
Welcome to GitpodFlix, where we're providing the next generation of streaming experiences.
6
6
7
-
We're thrilled you joined let's get you shipping today !
7
+
We're thrilled you joined, let's get you shipping today !
8
8
9
9
### At GitpodFlix: we ship to production on your first day
10
10
11
11
We know happy developers that are in flow create better products and ship more value.
12
12
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:
14
14
15
15
We expect every new developer to **ship to production on their first day**.
16
16
17
17
## Starting your development environment
18
18
19
19
1.**Check your email**
20
20
* 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
22
22
3.**Go to the projects catalog**
23
23
* 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
25
25
5.**Open up GitpodFlix**
26
-
* Search "GitpodFlix" in the list and click **"Create environment"**
26
+
* Search "GitpodFlix" in the list and click **'Create environment'**
27
27
28
28
And bingo! Now have your first environment up and running—that was easy.
29
29
@@ -39,7 +39,7 @@ See above you now have:
39
39
40
40
## Making a code change
41
41
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.
43
43
44
44

45
45
@@ -49,7 +49,7 @@ Your environment will automatically connect.
49
49
50
50
Here you have:
51
51
52
-
- All the source code in your favourite editor
52
+
- All the source code in your favorite editor
53
53
- Your running web server on `localhost:3000`
54
54
- Your running ports for your API, database, etc
55
55
- All authenticated with your GitHub account
@@ -120,7 +120,7 @@ services:
120
120
- postEnvironmentStart
121
121
commands:
122
122
start: |
123
-
cd /workspaces/flex-demo/frontend
123
+
cd /workspaces/gitpodflix-demo/frontend
124
124
PORT=3001 npx nodemon src/index.ts
125
125
126
126
tasks:
@@ -139,7 +139,7 @@ This includes:
139
139
- Configurations to start your webservers, databases and microservices
140
140
- Automated tasks to seed your database, run tests, etc
141
141
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.**
143
143
144
144
## FAQs
145
145
@@ -151,7 +151,7 @@ Environments run locally or remotely for different projects with different needs
151
151
152
152
Yes. The platform team have set policies to manage cost of remote environments.
0 commit comments