Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ButenkoT authored Nov 14, 2017
1 parent 2450a2c commit 7fcd1e0
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,14 @@ Throughout each step, we have **bolded** any jargon that you may or may not be f

#### 1. Set up your development environment

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.

: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.**

If you're comfortable setting up your development enviroment locally, please download Node from the Node.js website [here](https://nodejs.org/en/).

#### 2. Fork this repository
#### 2. Fork this repository or clone it
Fork this repository to your own GitHub account. Instructions for doing this can be found [here](https://help.github.com/articles/fork-a-repo/).

#### 3. Create a workspace in Cloud9.io
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).

:raising_hand: Make sure you:

- Enter the URL to your github forked repo `$ https://github.com/YOUR-USERNAME/express-workshop`
- Select Node.js as your workspace template
Instructions for cloning repository can be found [here](https://help.github.com/articles/cloning-a-repository/), or run the command below.

#### 4. Clone the repository in your local environment
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.

`$ git clone https://github.com/YOUR-USERNAME/express-workshop`
`$ git clone https://github.com/node-girls-australia/express-workshop`

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.

Expand All @@ -56,3 +43,7 @@ This creates an express-workshop directory with the repository content inside. C
* [Node cheatsheet](https://github.com/node-girls/cheatsheets/blob/master/node-cheatsheet.md)
* [Command line cheatsheet](https://github.com/node-girls/cheatsheets/blob/master/command-line-cheatsheet.md)
* [MDN Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)


## Cudos
Workshop is created by London NodeGirls brunch - https://github.com/node-girls

0 comments on commit 7fcd1e0

Please sign in to comment.