Skip to content
Browse files

Merge branch 'master' of https://github.com/FreeCodeCamp/fcc-vagrant

  • Loading branch information...
2 parents 5a3f332 + 985c679 commit 7e46f69094288c2a21aed1cf703a3cb207e8de64 @mikemimik mikemimik committed
Showing with 25 additions and 10 deletions.
  1. +25 −10 README.md
View
35 README.md
@@ -33,27 +33,42 @@ You spin up the environment, make your contribution, and create a pull request.
- contributing idea
### Usage
+
+
Clone repo
-> `git clone https://github.com/freecodecamp/fcc-vagrant.git`
+```
+$ git clone https://github.com/freecodecamp/fcc-vagrant.git
+```
Get into working directory
-> `cd fcc-vagrant`
+```
+$ cd fcc-vagrant
+```
Initialize submodules
-> `git submodule init`
-> `git submodule update`
+```
+$ git submodule init
+$ git submodule update
+```
Spin up machine with vagrant
-> `vagrant up`
-
+```
+$ vagrant up
+```
Tunnel into machine
-> `vagrant ssh`
+```
+$ vagrant ssh
+```
Get into freecodecamp directory
-> `cd freecodecamp`
+```
+$cd freecodecamp
+```
Run the app
-> `gulp`
+```
+$ gulp
+```
profit.
@@ -96,4 +111,4 @@ profit.
- `npm install -g gulp`
- `bower install`
- `touch .env` file
- - `npm run only-once`
+ - `npm run only-once`

0 comments on commit 7e46f69

Please sign in to comment.
Something went wrong with that request. Please try again.