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
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -22,27 +22,14 @@ Throughout each step, we have **bolded** any jargon that you may or may not be f
22
22
23
23
#### 1. Set up your development environment
24
24
25
-
We encourage you to use [cloud9.io](https://c9.io) to complete this workshop as it's very easy to set up a Nodejs workspace and start coding straightaway.
26
-
27
-
:raising_hand:**If you don't have a cloud9.io account, please let any of the mentors know and we'll send you an invitation to join our group space.**
28
-
29
25
If you're comfortable setting up your development enviroment locally, please download Node from the Node.js website [here](https://nodejs.org/en/).
30
26
31
-
#### 2. Fork this repository
27
+
#### 2. Fork this repository or clone it
32
28
Fork this repository to your own GitHub account. Instructions for doing this can be found [here](https://help.github.com/articles/fork-a-repo/).
33
29
34
-
#### 3. Create a workspace in Cloud9.io
35
-
If you're using [cloud9.io](https://c9.io) create a new workspace. Instructions for doing this can be found [here](https://docs.c9.io/v1.0/docs/create-a-workspace).
36
-
37
-
:raising_hand: Make sure you:
38
-
39
-
- Enter the URL to your github forked repo `$ https://github.com/YOUR-USERNAME/express-workshop`
40
-
- Select Node.js as your workspace template
30
+
Instructions for cloning repository can be found [here](https://help.github.com/articles/cloning-a-repository/), or run the command below.
41
31
42
-
#### 4. Clone the repository in your local environment
43
-
If you're working in your local environment, clone your forked version of the repository to your desktop in the terminal. Instructions for doing this can be found [here](https://help.github.com/articles/cloning-a-repository/), or run the command below.
This creates an express-workshop directory with the repository content inside. Change into the express-workshop directory, since that's where we'll be working from now on.
48
35
@@ -56,3 +43,7 @@ This creates an express-workshop directory with the repository content inside. C
0 commit comments