diff --git a/Gruntfile.js b/Gruntfile.js
index b5979a5..b98b0df 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -70,7 +70,7 @@ module.exports = function (grunt) {
'<%= config.app %>/images/{,*/}*',
'.tmp/scripts/{,*/}*.js'
],
- port: 9000,
+ port: 8000,
server: {
baseDir: ['.tmp', config.app],
routes: {
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0e98bd3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+### Installation:
+
+* Install [Homebrew](http://brew.sh/): ```ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``` you may need to run ```ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"``` and make certain that your user has administrative rights for the file system
+ - Make sure everything is running smoothly with ```brew doctor```
+* Install [Node](http://nodejs.org/): ```brew install node```
+* Install [Grunt-Cli](http://gruntjs.com/): ```npm install -g grunt-cli```
+* Install [Bower](http://bower.io/): ```npm install -g bower```
+* Install packages by running ```npm install && bower install```
+
+#### Grunt Commands
+
+* `grunt serve` - This will give you a local development instance to work from and open the site in a local server.
+* `grunt build` - This will build a deployable version of the app.
diff --git a/app/index.html b/app/index.html
index e945475..38ac497 100644
--- a/app/index.html
+++ b/app/index.html
@@ -18,18 +18,15 @@
-